Fix indent

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Šimon Brandner 2021-01-20 13:05:23 +01:00
parent 072cbe98b5
commit 25f30ca79f
No known key found for this signature in database
GPG Key ID: 9760693FDD98A790
1 changed files with 3 additions and 3 deletions

View File

@ -111,9 +111,9 @@ export default class TextualBody extends React.Component {
* need to block the DOM update on it. */
setTimeout(() => {
if (this._unmounted) return;
for (let i = 0; i < pres.length; i++) {
this._highlightCode(codes[i]);
}
for (let i = 0; i < pres.length; i++) {
this._highlightCode(codes[i]);
}
}, 10);
}
}