Skip to content

Commit 9686b98

Browse files
committed
minor optimization
1 parent f1bdc53 commit 9686b98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: cmds/sync.go

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ func Sync() error {
4545
if localSplit.Name == remoteSplitName {
4646
weights := splits.Weights(remoteSplit.Weights)
4747
localSchema.Splits[ind].Weights = weights.ToYAML()
48+
continue
4849
}
4950
}
5051
}

0 commit comments

Comments
 (0)