fix: add blank lines before return statements (nlreturn)
Fix nlreturn linting issues by adding blank lines before return statements in cli and secret packages.
This commit is contained in:
@@ -42,5 +42,6 @@ func newRootCmd() *cobra.Command {
|
||||
cmd.AddCommand(newVersionCmd())
|
||||
|
||||
secret.Debug("newRootCmd completed")
|
||||
|
||||
return cmd
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user