main.cpp: Fix indentation at line 46
Signed-off-by: Username404 <w.iron.zombie@gmail.com>
This commit is contained in:
parent
34134dda71
commit
b7a22e0e51
|
@ -43,7 +43,7 @@ int main(int argc, char* argv[]) {
|
|||
unit_result resultingPair;
|
||||
try {
|
||||
resultingPair.first = Target::forName(target, newLines)->transpileWithTree(
|
||||
parseString(text_provided ? currentArgument : getFileContent(currentArgument.data()))
|
||||
parseString(text_provided ? currentArgument : getFileContent(currentArgument.data()))
|
||||
);
|
||||
if (not text_provided) outputFileContent(string(currentArgument.substr(0, currentArgument.size() - 6)) + '.' + target, resultingPair.first);
|
||||
} catch (const Yerbacon::Exception& error) {
|
||||
|
|
Loading…
Reference in New Issue