Code cleanup.
This commit is contained in:
@@ -49,7 +49,7 @@ namespace Cryville.Crtr {
|
||||
else if (value is string) {
|
||||
var exp = (string)value;
|
||||
if (type.Equals(typeof(Identifier))) {
|
||||
return (Identifier)exp;
|
||||
return new Identifier(exp);
|
||||
}
|
||||
else if (type == typeof(ScoreOperation)) {
|
||||
var m = Regex.Match(exp, @"^(\S+)\s*?(\S+)?$");
|
||||
|
Reference in New Issue
Block a user