summaryrefslogtreecommitdiffstats
path: root/filetree/node.go
diff options
context:
space:
mode:
authorAlex Goodman <wagoodman@users.noreply.github.com>2018-12-30 14:07:56 -0500
committerGitHub <noreply@github.com>2018-12-30 14:07:56 -0500
commitfc27dcd82065115dbf0014c315fb8e36057fb233 (patch)
tree0d7169c3ee1aa86d23a9327b78b10e095b5225e3 /filetree/node.go
parentad32c0a09190fc2cbeafa1d1a2962b80406789cf (diff)
Add CI integration (#143)
Diffstat (limited to 'filetree/node.go')
-rw-r--r--filetree/node.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/filetree/node.go b/filetree/node.go
index 7df04a2..f9b2eb4 100644
--- a/filetree/node.go
+++ b/filetree/node.go
@@ -12,7 +12,7 @@ import (
)
const (
- AttributeFormat = "%s%s %10s %10s "
+ AttributeFormat = "%s%s %11s %10s "
)
var diffTypeColor = map[DiffType]*color.Color{