Преглед на файлове

Merge pull request #201 from dorisugita/patch-3

cleanup
Kevin Morgan преди 6 години
родител
ревизия
00cdcfc1ac
променени са 1 файла, в които са добавени 1 реда и са изтрити 3 реда
  1. 1 3
      src/MoonSharp.Interpreter/Errors/ScriptRuntimeException.cs

+ 1 - 3
src/MoonSharp.Interpreter/Errors/ScriptRuntimeException.cs

@@ -20,7 +20,7 @@ namespace MoonSharp.Interpreter
 		public ScriptRuntimeException(Exception ex)
 			: base(ex)
 		{
-		}       
+		}
 
 		/// <summary>
 		/// Initializes a new instance of the <see cref="ScriptRuntimeException"/> class.
@@ -33,7 +33,6 @@ namespace MoonSharp.Interpreter
 			this.DoNotDecorateMessage = true;
 		}
 
-
 		/// <summary>
 		/// Initializes a new instance of the <see cref="ScriptRuntimeException"/> class.
 		/// </summary>
@@ -255,7 +254,6 @@ namespace MoonSharp.Interpreter
 				argNum + 1, funcName);
 		}
 
-
 		/// <summary>
 		/// Creates a ScriptRuntimeException with a predefined error message specifying that
 		/// an invalid attempt to index the specified object was made