Remove redundant #nullable enable (#4275)

This commit is contained in:
Visne
2021-07-17 02:37:09 +02:00
committed by GitHub
parent 84616743e9
commit b7dc3c81ae
890 changed files with 354 additions and 1246 deletions

View File

@@ -1,5 +1,4 @@
#nullable enable
using Robust.Shared.GameObjects;
using Robust.Shared.GameObjects;
using Robust.Shared.Serialization.Manager.Attributes;
namespace Content.Shared.MobState.State

View File

@@ -1,5 +1,4 @@
#nullable enable
using Content.Shared.ActionBlocker;
using Content.Shared.ActionBlocker;
using Robust.Shared.GameObjects;
namespace Content.Shared.MobState.State

View File

@@ -1,5 +1,4 @@
#nullable enable
using Content.Shared.Alert;
using Content.Shared.Alert;
using Content.Shared.Hands;
using Content.Shared.Standing;
using Robust.Shared.GameObjects;

View File

@@ -1,7 +1,6 @@
using Content.Shared.Standing;
using Robust.Shared.GameObjects;
#nullable enable
namespace Content.Shared.MobState.State
{