Skip to content
This repository was archived by the owner on Oct 21, 2021. It is now read-only.

Commit 7f396f8

Browse files
committed
Add white space that was making the build fail
1 parent 1580788 commit 7f396f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export function scanForProblems(context, errorCallback, options) {
5555
}
5656

5757
for (const fieldset of context.querySelectorAll('fieldset')) {
58-
if(!fieldset.firstChild || fieldset.firstChild.nodeName !== 'LEGEND'){
58+
if(!fieldset.firstChild || fieldset.firstChild.nodeName !== 'LEGEND') {
5959
logError(new FieldsetMissingLegend(fieldset))
6060
}
6161
}

0 commit comments

Comments
 (0)