Codestyle fixes
This commit is contained in:
@@ -79,8 +79,7 @@ namespace Flax.Build
|
||||
}
|
||||
}
|
||||
break;
|
||||
default:
|
||||
throw new InvalidPlatformException(buildData.Platform.Target);
|
||||
default: throw new InvalidPlatformException(buildData.Platform.Target);
|
||||
}
|
||||
var result = sb.ToString();
|
||||
BindingsGenerator.PutStringBuilder(sb);
|
||||
|
||||
@@ -130,7 +130,7 @@ namespace Flax.Build
|
||||
System = 0x00001000,
|
||||
Task = 0x00002000
|
||||
}
|
||||
|
||||
|
||||
public enum Icon : uint
|
||||
{
|
||||
Warning = 0x00000030,
|
||||
|
||||
Reference in New Issue
Block a user