Remove redundant #nullable enable (#4275)
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
#nullable enable
|
||||
using System;
|
||||
|
||||
namespace Content.Shared.Atmos
|
||||
@@ -24,4 +23,4 @@ namespace Content.Shared.Atmos
|
||||
return ((x >= 0) && (x < Atmospherics.TotalNumberOfGases));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user