Skip to content

Commit 98b7c5e

Browse files
applying golangci-lint formatting
1 parent 07883f4 commit 98b7c5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/move/move.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ func MoveCommand() {
2020
helpMessage := styling.HelpBorder.Render(
2121
"Get details about a specific move.\n\n",
2222
styling.StyleBold.Render("USAGE:"),
23-
fmt.Sprintf("\n\t%s %s %s", "poke-cli", styling.StyleBold.Render("move"), "<move-name>"),
24-
fmt.Sprintf("\n\n%s", styling.StyleItalic.Render("Use a hyphen when typing a name with a space.")),
23+
"\n\t"+"poke-cli"+" "+styling.StyleBold.Render("move")+" <move-name>",
24+
"\n\n"+styling.StyleItalic.Render("Use a hyphen when typing a name with a space."),
2525
)
2626
fmt.Println(helpMessage)
2727
}

0 commit comments

Comments
 (0)