Skip to content

Commit

Permalink
Fix static check issue
Browse files Browse the repository at this point in the history
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
  • Loading branch information
rohit-nayak-ps committed Sep 20, 2024
1 parent 200a3c8 commit deedc2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions go/cmd/vtctldclient/command/vreplication/common/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ var (
TruncateErrLen int

// IsReference and Tables are used while materializing reference tables.
IsReference bool
Tables []string
ConfigOverrides []string
IsReference bool
Tables []string
ConfigOverrides []string
}{}
)

Expand Down

0 comments on commit deedc2a

Please sign in to comment.