summaryrefslogtreecommitdiffstats
path: root/ui/detailsview.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/detailsview.go')
-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