Эх сурвалжийг харах

Merge pull request #201 from dorisugita/patch-3

cleanup
Kevin Morgan 6 жил өмнө
parent
commit
00cdcfc1ac

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

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