Fix code style
This commit is contained in:
parent
4b7796d215
commit
ad16599fa5
|
@ -96,5 +96,4 @@ QString CoreInterface::run(const QStringList& args, const QString& input)
|
||||||
|
|
||||||
CommandProcess commandProcess(program, args, input);
|
CommandProcess commandProcess(program, args, input);
|
||||||
return commandProcess.run();
|
return commandProcess.run();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue