Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 01ef57d

Browse files
formatting
1 parent 8db5c26 commit 01ef57d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SqlStreamStore.Server/Browser/SqlStreamStoreBrowserMiddleware.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public static IApplicationBuilder UseSqlStreamStoreBrowser(
2222
.Where(name => name.StartsWith(typeof(SqlStreamStoreBrowserMiddleware).Namespace));
2323

2424
Log.Debug(
25-
$"The following embedded resources were found and will be served as static content: {string.Join(", ", staticFiles)}");
25+
$"The following embedded resources were found and will be served as static content: {string.Join(", ", staticFiles)}");
2626

2727
return builder.Use(IndexPage).UseStaticFiles(new StaticFileOptions
2828
{

0 commit comments

Comments
 (0)