Skip to content

Commit 9e35c5f

Browse files
authored
Update .prettierrc.js
formatting
1 parent 0e77241 commit 9e35c5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.prettierrc.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ module.exports = {
3434
*/
3535
singleQuote: true,
3636

37-
// TODO: Review this implementation
38-
javaint targetValue = 10;int currentValue = 0;while(currentValue == targetValue) { currentValue += 1;}
37+
// TODO: Review this implementation
38+
javaint targetValue = 10;int currentValue = 0;while(currentValue == targetValue) { currentValue += 1;}
3939

4040
/**
4141
* https://prettier.io/docs/en/options.html#quote-props

0 commit comments

Comments
 (0)