Skip to content

Commit 37344ac

Browse files
committed
fix indentation in a code example
1 parent ddd0181 commit 37344ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1787,9 +1787,9 @@ async function getCleanCodeArticle() {
17871787
await fileHandle.writeFile('article.html', response);
17881788
console.log('File written');
17891789
} catch(err) {
1790-
console.log(err);
1791-
}
1790+
console.log(err);
17921791
}
1792+
}
17931793
```
17941794
**[⬆ back to top](#table-of-contents)**
17951795

0 commit comments

Comments
 (0)