mirror of
https://github.com/Stone-Red-Code/YesNt-Interpreter.git
synced 2026-09-10 07:56:08 +02:00
Improve code formatting
This commit is contained in:
@@ -28,7 +28,7 @@ internal static class YesNtAssert
|
||||
|
||||
if (er is null)
|
||||
{
|
||||
onDone.Set();
|
||||
_ = onDone.Set();
|
||||
}
|
||||
};
|
||||
|
||||
@@ -51,7 +51,7 @@ internal static class YesNtAssert
|
||||
yesNtInterpreter.OnLineExecuted += (er) =>
|
||||
{
|
||||
debugEventArgs = er ?? debugEventArgs;
|
||||
onDone.Set();
|
||||
_ = onDone.Set();
|
||||
};
|
||||
|
||||
yesNtInterpreter.Execute(lines, true);
|
||||
|
||||
Reference in New Issue
Block a user