Skip to content

Commit

Permalink
make pretty
Browse files Browse the repository at this point in the history
Signed-off-by: Rohit Nayak <[email protected]>
  • Loading branch information
rohit-nayak-ps committed Nov 24, 2024
1 parent 3c3174b commit 17e9c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/dbinfo/dbinfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func Get(cfg Config) (*Info, error) {
ti.Columns = columns
}

for tableName, _ := range tableMap {
for tableName := range tableMap {
tableInfo = append(tableInfo, *tableMap[tableName])
}

Expand Down

0 comments on commit 17e9c0f

Please sign in to comment.