Skip to content

Commit 85f914a

Browse files
committed
style: according standard
1 parent 4663c4d commit 85f914a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/render.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,11 +217,11 @@ describe('PostHTML Render', function () {
217217
SINGLE_TAGS.map(function (tag) {
218218
return { tag: tag }
219219
}
220-
))).to.eql(
220+
))).to.eql(
221221
SINGLE_TAGS.map(function (tag) {
222222
return '<' + tag + '>'
223223
}
224-
).join(''))
224+
).join(''))
225225
})
226226

227227
it('Custom {String}', function () {

test/templates/parser.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)