Skip to content

Commit fafc6f5

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pbm/snapshot/restore.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ func NewRestore(uri string,
5858
cloneNS CloneNS,
5959
numParallelColls,
6060
numInsertionWorkersPerCol int,
61-
excludeRouterCollections bool) (io.ReaderFrom, error) {
61+
excludeRouterCollections bool,
62+
) (io.ReaderFrom, error) {
6263
topts := options.New("mongorestore",
6364
"0.0.1",
6465
"none",

0 commit comments

Comments
 (0)