Skip to content

Commit

Permalink
refactor(lint): remove empty line
Browse files Browse the repository at this point in the history
Signed-off-by: appleboy <[email protected]>
  • Loading branch information
appleboy committed Nov 26, 2024
1 parent 47291de commit 300eff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type GinI18n interface {

// SetGetLngHandler sets the handler function to determine the language from the context.
SetGetLngHandler(handler GetLngHandler)

// HasLang checks if the given language is supported by the i18n bundle.
// It returns true if the language is supported, false otherwise.
HasLang(language string) bool
Expand Down

0 comments on commit 300eff9

Please sign in to comment.