Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make pretty
Browse files Browse the repository at this point in the history
Signed-off-by: Rohit Nayak <[email protected]>
rohit-nayak-ps committed Nov 24, 2024

Verified

This commit was signed with the committer’s verified signature.
rohit-nayak-ps Rohit Nayak
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
@@ -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])
}

0 comments on commit 17e9c0f

Please sign in to comment.