diff --git a/command/version.go b/command/version.go index b1ced4ee9b..398036d3a1 100644 --- a/command/version.go +++ b/command/version.go @@ -8,7 +8,6 @@ import ( "github.com/posener/complete" ) -// Ensure we are implementing the right interfaces. var _ cli.Command = (*VersionCommand)(nil) var _ cli.CommandAutocomplete = (*VersionCommand)(nil)