Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanmoffat committed Feb 5, 2022
1 parent 05e05e8 commit 63fd84c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion EOBot/Interpreter/States/BlockEvaluator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ protected void SkipBlock(ProgramState input)

protected static void RestoreLastNewline(ProgramState input)
{

// hack: put the \n token back since StatementList/Statement will have consumed it
if (input.Program[input.ExecutionIndex - 1].TokenType == BotTokenType.NewLine)
input.Goto(input.ExecutionIndex - 1);
Expand Down

0 comments on commit 63fd84c

Please sign in to comment.