Skip to content

Commit af8b2a7

Browse files
authored
Merge pull request #203 from dorisugita/patch-5
whitespace
2 parents 00cdcfc + 24ab512 commit af8b2a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/MoonSharp.Interpreter/CoreLib/DynamicModule.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public static DynValue eval(ScriptExecutionContext executionContext, CallbackArg
4545
}
4646
}
4747
catch (SyntaxErrorException ex)
48-
{
48+
{
4949
throw new ScriptRuntimeException(ex);
5050
}
5151
}

0 commit comments

Comments
 (0)