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

@@ -2,7 +2,6 @@ using System;
using Content.Shared.Ghost;
using Robust.Shared.GameObjects;
#nullable enable
namespace Content.Server.Ghost.Components
{
[RegisterComponent]

View File

@@ -1,4 +1,3 @@
#nullable enable
using Content.Server.GameTicking;
using Content.Server.Mind.Components;
using Content.Shared.Movement.Components;

View File

@@ -1,4 +1,3 @@
#nullable enable
using Content.Server.Administration;
using Content.Server.GameTicking;
using Content.Server.Players;

View File

@@ -1,4 +1,3 @@
#nullable enable
using Content.Shared.Actions.Behaviors;
namespace Content.Server.Ghost

View File

@@ -1,5 +1,4 @@
#nullable enable
using Content.Server.Administration;
using Content.Server.Administration;
using Content.Server.Ghost.Roles.Components;
using Content.Server.Mind.Components;
using Content.Shared.Administration;

View File

@@ -1,4 +1,3 @@
#nullable enable
using Content.Server.Mind.Components;
using Content.Shared.Verbs;
using Robust.Server.Console;