Skip to content

Commit

Permalink
style(lint): fix linting
Browse files Browse the repository at this point in the history
Closes: elviswolcott#26
Signed-off-by: Aakash Gajjar <[email protected]>
  • Loading branch information
skyme5 committed Aug 23, 2020
1 parent 3321f88 commit 7577319
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,11 @@ module.exports = function attacher(options) {
),
[
element("div", "admonition-heading", [
element("div", "admonition-title", iconContainerNodes.concat(titleNodes))
element(
"div",
"admonition-title",
iconContainerNodes.concat(titleNodes)
)
]),
contentNodes
]
Expand Down

0 comments on commit 7577319

Please sign in to comment.