Skip to content

Commit

Permalink
fix tsh linux lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nklaassen committed Dec 20, 2024
1 parent 81067c2 commit e3ec4be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tool/tsh/common/vnet_other.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ func newVnetCommands(app *kingpin.Application) *vnetCommands {

var (
// Satisfy unused linter.
_ = (*vnetAppProvider)(nil)
_ = newVnetAppProvider
_ = newVnetCommand
_ = newVnetDaemonCommand
)

0 comments on commit e3ec4be

Please sign in to comment.