Skip to content

Commit 95eae88

Browse files
committed
Merge pull request airbnb#242 from omarduarte/patch-1
(Fix) Add semicolon to whitespace code example
2 parents b60970a + b0a364d commit 95eae88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@
868868
return bar;
869869
}
870870
871-
return baz
871+
return baz;
872872
873873
// bad
874874
var obj = {

0 commit comments

Comments
 (0)