mirror of
https://github.com/juanfont/headscale.git
synced 2026-03-27 20:01:23 +01:00
Linting
This commit is contained in:
@@ -94,8 +94,10 @@ var listNodesCmd = &cobra.Command{
|
||||
log.Fatalf("Error converting to table: %s", err)
|
||||
}
|
||||
|
||||
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