Przeglądaj źródła

Merge pull request #203 from dorisugita/patch-5

whitespace
Kevin Morgan 6 lat temu
rodzic
commit
af8b2a793b

+ 1 - 1
src/MoonSharp.Interpreter/CoreLib/DynamicModule.cs

@@ -45,7 +45,7 @@ namespace MoonSharp.Interpreter.CoreLib
 				}
 			}
 			catch (SyntaxErrorException ex)
-			{ 
+			{
 				throw new ScriptRuntimeException(ex);
 			}
 		}