summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorAlex Goodman <wagoodman@gmail.com>2018-11-06 21:36:44 -0500
committerAlex Goodman <wagoodman@gmail.com>2018-11-06 21:36:44 -0500
commitdc519adc1955c9dec8dae834eb636e39430c4493 (patch)
tree91d5baa30a40e4745040a31dac103a6bb936ff5a /ui
parent8c5dd1dabeb189c17ec960bdb9aeab4789591ff1 (diff)
added efficiency testv0.2.0
Diffstat (limited to 'ui')
-rw-r--r--ui/detailsview.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/ui/detailsview.go b/ui/detailsview.go
index 3728c59..0fd16f0 100644
--- a/ui/detailsview.go
+++ b/ui/detailsview.go
@@ -2,12 +2,13 @@ package ui
import (
"fmt"
+ "strconv"
+ "strings"
+
"github.com/dustin/go-humanize"
"github.com/jroimartin/gocui"
"github.com/lunixbochs/vtclean"
"github.com/wagoodman/dive/filetree"
- "strconv"
- "strings"
)
// DetailsView holds the UI objects and data models for populating the lower-left pane. Specifically the pane that