- commit
- 97ef41a
- parent
- 051f98b
- author
- Eric Bower
- date
- 2024-01-28 04:43:26 +0000 UTC
fix: go fmt
1 files changed,
+1,
-1
+1,
-1
1@@ -79,7 +79,7 @@ func TestCalcPossibleRoutes(t *testing.T) {
2 },
3 },
4 {
5- Name: "xml",
6+ Name: "xml",
7 Actual: calcPossibleRoutes("test", "index.xml", []*RedirectRule{}),
8 Expected: []*HttpReply{
9 {Filepath: "test/index.xml", Status: 200},