Skip to content

Commit 04dec5c

Browse files
authored
Merge pull request #1185 from Adirio/unused-blank-parameters
Unused parameters replacement by blank identifier
2 parents e6a5211 + a94e0c8 commit 04dec5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ func NewVersionCmd() *cobra.Command {
6666
}
6767
}
6868

69-
func runVersion(cmd *cobra.Command, args []string) {
69+
func runVersion(_ *cobra.Command, _ []string) {
7070
GetVersion().Print()
7171
}

0 commit comments

Comments
 (0)