Skip to content

Commit 432f67a

Browse files
committed
Fix failing lint
1 parent 0560b39 commit 432f67a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/colocated-broccoli-plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ module.exports = class ColocatedTemplateProcessor extends Plugin {
186186
source: backingClassPath,
187187
file,
188188
includeContent: true,
189-
hires: true
189+
hires: true,
190190
});
191191

192192
jsContents += `\n//# sourceMappingURL=${jsContentsMap.toUrl()}`;

0 commit comments

Comments
 (0)