Skip to content

Commit

Permalink
Missed symmetry on 2 indention spaced example.
Browse files Browse the repository at this point in the history
* Applies to OpenUserJS#19 and pushed in OpenUserJS#245
  • Loading branch information
Martii committed Jul 8, 2014
1 parent 305fa0b commit 1472fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion STYLEGUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function outer(c, d) {
var e = c * d;

function inner(a, b) {
return (e * a) + b;
return (e * a) + b;
}

return inner(0, 1);
Expand Down

0 comments on commit 1472fbc

Please sign in to comment.