Skip to content

Commit 3faa9b8

Browse files
fix formatting pbm/restore/logical.go
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 10205ab commit 3faa9b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pbm/restore/logical.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ func New(leadConn connect.Client,
8686
cfg *config.Config,
8787
rsMap map[string]string,
8888
numParallelColls,
89-
numInsertionWorkersPerCol int) *Restore {
89+
numInsertionWorkersPerCol int,
90+
) *Restore {
9091
if rsMap == nil {
9192
rsMap = make(map[string]string)
9293
}

0 commit comments

Comments
 (0)