Skip to content

Commit 1baf49a

Browse files
committed
Fixed the style cop issue with the user api (Blank line required)
1 parent a9a7009 commit 1baf49a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

LearningHub.Nhs.UserApi/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
var logger = NLogBuilder.ConfigureNLog("nlog.config").GetCurrentClassLogger();
1212

1313
var csp = "object-src 'none'; frame-ancestors 'none'; sandbox allow-forms allow-same-origin allow-scripts allow-popups; base-uri 'self';";
14+
1415
try
1516
{
1617
logger.Debug("Log Started");

0 commit comments

Comments
 (0)