From ad16599fa59e01bbcf8496bd9c02d4bf62307c5f Mon Sep 17 00:00:00 2001 From: "Jerry (Xinyu Hou)" Date: Thu, 12 Nov 2015 12:05:37 -0800 Subject: [PATCH] Fix code style --- src/gui/src/CoreInterface.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/src/CoreInterface.cpp b/src/gui/src/CoreInterface.cpp index 12703ae7..13560c1b 100644 --- a/src/gui/src/CoreInterface.cpp +++ b/src/gui/src/CoreInterface.cpp @@ -96,5 +96,4 @@ QString CoreInterface::run(const QStringList& args, const QString& input) CommandProcess commandProcess(program, args, input); return commandProcess.run(); - }