Skip to content

Commit a94e0c8

Browse files
committed
Use blank identifiers for unused funtion/method paramenters.
Signed-off-by: Adrian Orive <[email protected]>
1 parent e6a5211 commit a94e0c8

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)