aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend/gen/api
diff options
context:
space:
mode:
authorClaude <noreply@anthropic.com>2026-02-21 00:33:09 +0000
committerClaude <noreply@anthropic.com>2026-02-21 00:33:09 +0000
commit277c9726f0f39d1db83624a8b62a77ac19c2ac0a (patch)
treecd6dc50573a90bb2625df981b8c9305c63f156c0 /backend/gen/api
parentd39a86dd2cdb3f12bcb43713345fbba57a95ad58 (diff)
downloadphperkaigi-2026-albatross-277c9726f0f39d1db83624a8b62a77ac19c2ac0a.tar.gz
phperkaigi-2026-albatross-277c9726f0f39d1db83624a8b62a77ac19c2ac0a.tar.zst
phperkaigi-2026-albatross-277c9726f0f39d1db83624a8b62a77ac19c2ac0a.zip
fix: resolve gofmt formatting in handler_wrapper_gen.go
https://claude.ai/code/session_019j9tNcnLsLz15e1qtbmeqe
Diffstat (limited to 'backend/gen/api')
-rw-r--r--backend/gen/api/handler_wrapper_gen.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/backend/gen/api/handler_wrapper_gen.go b/backend/gen/api/handler_wrapper_gen.go
index 982e191..88f55c6 100644
--- a/backend/gen/api/handler_wrapper_gen.go
+++ b/backend/gen/api/handler_wrapper_gen.go
@@ -62,11 +62,11 @@ func main() {
slices.Sort(methods)
loginOptionalMethods := map[string]bool{
- "GetGames": true,
- "GetGame": true,
- "GetGameWatchLatestStates": true,
- "GetGameWatchRanking": true,
- "GetTournament": true,
+ "GetGames": true,
+ "GetGame": true,
+ "GetGameWatchLatestStates": true,
+ "GetGameWatchRanking": true,
+ "GetTournament": true,
}
type TemplateParameter struct {