Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
crhntr committed Jan 9, 2025
1 parent 3e06cf2 commit fcfa112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func CheckTemplates(wd string, log *log.Logger, config RoutesFileConfiguration)
}
dataVar = sig.Results().At(0).Type()
if types.Identical(dataVar, types.Universe.Lookup("any").Type()) {
log.Println("route method returns type any\n\n\t%s\n", sig)
log.Printf("route method returns type any\n\n\t%s\n", sig)
continue
}
} else {
Expand Down

0 comments on commit fcfa112

Please sign in to comment.