Skip to content

Commit 576f4ef

Browse files
Merge pull request ryanmcdermott#69 from vsemozhetbyt/indentation
fix indentation in a code example
2 parents 62f0b70 + 37344ac commit 576f4ef

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
@@ -1786,9 +1786,9 @@ async function getCleanCodeArticle() {
17861786
await fileHandle.writeFile('article.html', response);
17871787
console.log('File written');
17881788
} catch(err) {
1789-
console.log(err);
1790-
}
1789+
console.log(err);
17911790
}
1791+
}
17921792
```
17931793
**[⬆ back to top](#table-of-contents)**
17941794

0 commit comments

Comments
 (0)