Skip to content

Commit 8c19225

Browse files
committed
fix incorrect code formatting
1 parent d695c5b commit 8c19225

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/FileServer/FileRoute.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ public static void Setup(WebApplication app, ILoggerFactory loggerFactory, Setti
150150
context.User?.Identity?.Name,
151151
"The user identity was not set, something is wrong with the authentication middleware.");
152152

153-
154153
if (!userLookup.TryGetValue(context.User.Identity.Name, out FileServerUser? fileServerUser))
155154
{
156155
throw new InvalidOperationException($"Could not find the user on username: {context.User.Identity.Name}");

0 commit comments

Comments
 (0)