Formatting update

This commit is contained in:
Dane Everitt
2020-05-08 20:16:16 -07:00
parent 7bba1d4fd6
commit ced8a5bcbd

View File

@@ -845,7 +845,7 @@ func (d *DockerEnvironment) getResourcesForServer() container.Resources {
if d.Server.Build.MemoryLimit <= 2048 {
overhead = 1.15
} else if d.Server.Build.MemoryLimit <= 4096 {
overhead = 1.10;
overhead = 1.10
}
return container.Resources{