Linting
This commit is contained in:
parent
f194b41435
commit
bc2574680d
3 changed files with 12 additions and 4 deletions
|
@ -81,7 +81,10 @@ var listPreAuthKeys = &cobra.Command{
|
|||
})
|
||||
|
||||
}
|
||||
pterm.DefaultTable.WithHasHeader().WithData(d).Render()
|
||||
err = pterm.DefaultTable.WithHasHeader().WithData(d).Render()
|
||||
if err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue