Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Oct 20, 2023
1 parent 0158491 commit aaf6e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/xml-js/objectToXml.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { elementTypeToTag } from '../inline-elements/typeToTagMaps.js'
export function makeElement (name, attributes, elements) {
const el = {
type: 'element',
name: name
name
}
if (attributes !== null && attributes !== undefined) {
el.attributes = attributes
Expand Down

0 comments on commit aaf6e4a

Please sign in to comment.