Skip to content

Commit

Permalink
fmt cmd/go-tpc/main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
cyliu0 committed Mar 18, 2024
1 parent e88eeda commit 87dcfd0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions cmd/go-tpc/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,9 @@ var (
connParams string
outputStyle string
targets []string
skipDdl bool
onlyDdl bool
risingwave bool

skipDdl bool
onlyDdl bool
risingwave bool
globalDB *sql.DB
globalCtx context.Context
)
Expand Down

0 comments on commit 87dcfd0

Please sign in to comment.