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,4 +1,3 @@
#nullable enable
using System;
using System.Collections.Generic;
using Content.Server.Conveyor;

View File

@@ -1,4 +1,3 @@
#nullable enable
using System.Collections.Generic;
using Content.Server.Inventory.Components;
using Content.Server.Items;

View File

@@ -1,5 +1,4 @@
#nullable enable
using System;
using System;
using System.Collections.Generic;
using Content.Shared.Pulling;
using Robust.Shared.GameObjects;

View File

@@ -1,4 +1,3 @@
#nullable enable
using Content.Server.Ghost.Components;
using Content.Server.Singularity.Components;
using Robust.Server.GameObjects;

View File

@@ -35,7 +35,6 @@ using Robust.Shared.Physics.Collision.Shapes;
using Robust.Shared.Physics.Dynamics;
using Robust.Shared.Timing;
#nullable enable
namespace Content.Server.Physics
{