Browse Source

whitespace

remove whitespace
Shinsuke Sugita 8 years ago
parent
commit
24ab5122e2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/MoonSharp.Interpreter/CoreLib/DynamicModule.cs

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

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