refactor: removed unneeded else statement

This commit is contained in:
Michael Green
2023-02-20 22:58:15 +11:00
parent 78e8df1d8b
commit 88c64235b5

View File

@@ -337,10 +337,6 @@ namespace gaseous_identifier.classes
gameObject.DevelopmentStatus = new KeyValuePair<string, string>(token, TOSECDevelopment[token]);
}
}
else
{
// handle the square bracket tokens
}
}
StartToken += 1;
}