Skip to content

Commit bc2b2e4

Browse files
rain84idoocs
authored andcommitted
style: format code and docs with prettier
1 parent bce4cf5 commit bc2b2e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

solution/2100-2199/2134.Minimum Swaps to Group All 1's Together II/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ function minSwaps(nums: number[]): number {
271271
};
272272

273273
return Math.min(getMin(0), getMin(1));
274-
};
274+
}
275275
```
276276

277277
#### JavaScript

solution/2100-2199/2134.Minimum Swaps to Group All 1's Together II/README_EN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ function minSwaps(nums: number[]): number {
273273
};
274274

275275
return Math.min(getMin(0), getMin(1));
276-
};
276+
}
277277
```
278278

279279
#### JavaScript

0 commit comments

Comments
 (0)