Format code in Flax.Build

This commit is contained in:
Wojtek Figat
2022-05-23 19:56:13 +02:00
parent b30d22fa45
commit e9c8584656
6 changed files with 9 additions and 16 deletions

View File

@@ -49,7 +49,7 @@ namespace Flax.Build.Bindings
reader.ReadBoolean() != Module.BuildCSharp ||
reader.ReadString() != Globals.Project.Name ||
reader.ReadString() != Globals.Project.Version.ToString()
)
)
throw new Exception();
base.Read(reader);