refactor: removed unneeded else statement
This commit is contained in:
@@ -337,10 +337,6 @@ namespace gaseous_identifier.classes
|
|||||||
gameObject.DevelopmentStatus = new KeyValuePair<string, string>(token, TOSECDevelopment[token]);
|
gameObject.DevelopmentStatus = new KeyValuePair<string, string>(token, TOSECDevelopment[token]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
// handle the square bracket tokens
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
StartToken += 1;
|
StartToken += 1;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user