removing whitespace & upgraded library version

This commit is contained in:
Jim Cartlidge
2020-09-15 18:09:43 +01:00
parent 0bc37c981d
commit 0ec3633f9e
3 changed files with 4 additions and 4 deletions

View File

@@ -43,6 +43,6 @@ namespace Jellyfin.Server.Middleware
}
await _next(httpContext).ConfigureAwait(false);
}
}
}
}