mirror of
https://github.com/juanfont/headscale.git
synced 2026-09-17 22:12:03 +09:00
Linting
This commit is contained in:
@@ -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)
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user