Skip to content

Commit ee951c1

Browse files
authored
Merge pull request #11 from TechnologyEnhancedLearning/master
Removed the space
2 parents 85a495a + 335b511 commit ee951c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LearningHub.Nhs.UserApi/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Copyright (c) HEE.nhs.uk.
33
// </copyright>
44

5-
#pragma warning disable SA1200 // Using directives should be placed correctly
5+
#pragma warning disable SA1200 // Using directives should be placed correctly
66
using System;
77
using LearningHub.Nhs.UserApi;
88
using LearningHub.Nhs.UserApi.Middleware;

0 commit comments

Comments
 (0)