Skip to content

Commit

Permalink
chore: fix refactor
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Phillips <[email protected]>
  • Loading branch information
spiffcs committed Feb 5, 2024
1 parent 27f687c commit 6541b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cliotestutils/application.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func (a *testApplication) SetupRootCommand(cmd *cobra.Command, cfgs ...any) (*co
a.assertion(cmd, args, cfgs...)
return nil
}
return a.Application.SetupRootCommand(cmd, cfgs...), nil
return a.Application.SetupRootCommand(cmd, cfgs...)
}

/*
Expand Down

0 comments on commit 6541b6f

Please sign in to comment.