Skip to content

Commit

Permalink
fix: Linter warnings (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
obalunenko committed Nov 6, 2021
1 parent 2a2cfc4 commit 269fd27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/puzzles/name.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ var (
)

// MakeName builds puzzle name according to year and puzzle passed.
func MakeName(year string, puzzle string) (string, error) {
func MakeName(year, puzzle string) (string, error) {
if puzzle == "" {
return "", ErrInvalidPzzlName
}
Expand Down

0 comments on commit 269fd27

Please sign in to comment.