mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 15:37:55 -05:00
Fixed spacing on code block under Comments.
Even though github was rendering this correctly; I did this to fix tools like https://github.com/suan/vim-instant-markdown from breaking syntax.
This commit is contained in:
@@ -1242,7 +1242,7 @@
|
||||
this.total = 0;
|
||||
}
|
||||
}
|
||||
```
|
||||
```
|
||||
|
||||
**[⬆ back to top](#table-of-contents)**
|
||||
|
||||
|
||||
@@ -757,7 +757,7 @@
|
||||
|
||||
return this;
|
||||
}
|
||||
```
|
||||
```
|
||||
|
||||
**[⬆ back to top](#table-of-contents)**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user