Skip to content

Commit ce529d8

Browse files
committed
analyze: fix fmt issues
Signed-off-by: Gyuho Lee <[email protected]>
1 parent 5c68725 commit ce529d8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

analyze/04_aggregate_all_analyze_data.go

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import (
1919
"strings"
2020

2121
"github.com/etcd-io/dbtester"
22+
2223
humanize "github.com/dustin/go-humanize"
2324
"github.com/gyuho/dataframe"
2425
)

analyze/command.go

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ import (
2626

2727
"github.com/etcd-io/dbtester"
2828
"github.com/etcd-io/dbtester/dbtesterpb"
29+
2930
humanize "github.com/dustin/go-humanize"
3031
"github.com/gyuho/dataframe"
3132
"github.com/olekukonko/tablewriter"

0 commit comments

Comments
 (0)