diff options
| author | Jeff Carr <[email protected]> | 2024-10-31 04:06:17 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-31 04:06:17 -0500 |
| commit | 1352c3c49f8d34f128dce6d7f186b5e498f9ea46 (patch) | |
| tree | eaf9ad5e4be92856221d6c0f871116b44cbcb306 /add.go | |
| parent | 89f0d31e0f0c7890a69d958208565a29fa459fc4 (diff) | |
compiles and builds
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'add.go')
| -rw-r--r-- | add.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -121,7 +121,7 @@ func HumanFormatBytes(b int64) string { func (c *Cluster) BlankFields() { for _, d := range c.Droplets { - d.CurrentState = 0 + d.Cur = nil } } |
