Skip to content

Commit 0d747c6

Browse files
Pushpendra100ljharb
authored andcommitted
[readme] add space before code blocks
1 parent 1fb7d76 commit 0d747c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ Other Style Guides
7373
- `symbol`
7474
- `bigint`
7575

76+
<br />
77+
7678
```javascript
7779
const foo = 1;
7880
let bar = foo;
@@ -91,6 +93,8 @@ Other Style Guides
9193
- `array`
9294
- `function`
9395

96+
<br />
97+
9498
```javascript
9599
const foo = [1, 2];
96100
const bar = foo;

0 commit comments

Comments
 (0)