Skip to content

Commit

Permalink
consistent ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrsh committed Jun 14, 2019
1 parent c260207 commit 87fa3a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/moon/dist/moon.js
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,8 @@
} else {
// If all objects aren't yet closed, mark one as
// closed.
attributeValue += charAttribute;
opened -= 1;
attributeValue += charAttribute;
}
} else {
// If the value is a string, add the closing quote.
Expand Down
2 changes: 1 addition & 1 deletion packages/moon/dist/moon.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/moon/src/compiler/lexer/lexer.js
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,8 @@ export function lex(input) {
} else {
// If all objects aren't yet closed, mark one as
// closed.
attributeValue += charAttribute;
opened -= 1;
attributeValue += charAttribute;
}
} else {
// If the value is a string, add the closing quote.
Expand Down

0 comments on commit 87fa3a3

Please sign in to comment.