fix(fmt): formatting

This commit is contained in:
2025-11-07 09:10:22 +01:00
parent 9b89c45fef
commit d79370a8bb
5 changed files with 31 additions and 34 deletions

View File

@@ -182,4 +182,3 @@ func TestGateway_matchRoute(t *testing.T) {
})
}
}

View File

@@ -517,4 +517,3 @@ func TestGateway_handleGRPCError(t *testing.T) {
})
}
}

View File

@@ -239,4 +239,3 @@ func joinHash(parts []string) string {
}
return result
}