summaryrefslogtreecommitdiff
path: root/human.go
diff options
context:
space:
mode:
Diffstat (limited to 'human.go')
-rw-r--r--human.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/human.go b/human.go
index 0ace136..7b0f42e 100644
--- a/human.go
+++ b/human.go
@@ -105,7 +105,6 @@ func FormatDuration(d time.Duration) string {
return result
}
-
func (d *Droplet) SprintHeader() string {
header := fmt.Sprintf("%-3.3s %-9.9s %-20.20s", d.Current.State, d.Current.Hypervisor, d.Hostname)