Skip to content

Commit 39a49c6

Browse files
romanspmairaw
authored andcommitted
fixed misplaced curly brace (#5925)
1 parent 1dc68e2 commit 39a49c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/standard/modern-web-apps-azure-architecture/test-asp-net-core-mvc-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public class LocalFileImageService : IImageService
4747
var contentRoot = _env.ContentRootPath + "//Pics";
4848
var path = Path.Combine(contentRoot, id + ".png");
4949
return File.ReadAllBytes(path);
50-
}
50+
}
5151
catch (FileNotFoundException ex)
5252
{
5353
throw new CatalogImageMissingException(ex);

0 commit comments

Comments
 (0)