From 335b5117b163f3d513a07440ebaebf940c5402bf Mon Sep 17 00:00:00 2001 From: binon Date: Mon, 22 Jan 2024 17:17:03 +0000 Subject: [PATCH] Removed the space --- LearningHub.Nhs.UserApi/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LearningHub.Nhs.UserApi/Program.cs b/LearningHub.Nhs.UserApi/Program.cs index fcf27c4..eb0be58 100644 --- a/LearningHub.Nhs.UserApi/Program.cs +++ b/LearningHub.Nhs.UserApi/Program.cs @@ -2,7 +2,7 @@ // Copyright (c) HEE.nhs.uk. // -#pragma warning disable SA1200 // Using directives should be placed correctly +#pragma warning disable SA1200 // Using directives should be placed correctly using System; using LearningHub.Nhs.UserApi; using LearningHub.Nhs.UserApi.Middleware;