Skip to content

Commit

Permalink
Refactor comments
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jun 16, 2019
1 parent 96ed97c commit 531c3f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/matters.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function matters(options) {
var index = -1
var length

/* One preset or matter. */
// One preset or matter.
if (typeof options === 'string' || !('length' in options)) {
options = [options]
}
Expand Down
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ test('fixtures', function(t) {
try {
expected = JSON.parse(read(treePath))
} catch (error) {
/* New fixture. */
// New fixture.
write(treePath, JSON.stringify(actual, 0, 2) + '\n')
expected = actual
}
Expand Down

0 comments on commit 531c3f4

Please sign in to comment.