Skip to content

Commit 27c93e8

Browse files
authored
docs: fix CHANGELOG to reflect operatorLinebreak (#7253)
1 parent 38795eb commit 27c93e8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

packages/@biomejs/biome/CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,12 @@
158158

159159
```js
160160
const VERY_LONG_CONDITION_1234123412341234123412341234 = false;
161+
161162
if (
162-
VERY_LONG_CONDITION_1234123412341234123412341234 &&
163-
VERY_LONG_CONDITION_1234123412341234123412341234 &&
164-
VERY_LONG_CONDITION_1234123412341234123412341234 &&
165163
VERY_LONG_CONDITION_1234123412341234123412341234
164+
&& VERY_LONG_CONDITION_1234123412341234123412341234
165+
&& VERY_LONG_CONDITION_1234123412341234123412341234
166+
&& VERY_LONG_CONDITION_1234123412341234123412341234
166167
) {
167168
console.log("DONE");
168169
}

0 commit comments

Comments
 (0)