Skip to content

Commit 7a072a8

Browse files
committed
Fix failing lint
1 parent ed9d954 commit 7a072a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/colocated-broccoli-plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ module.exports = class ColocatedTemplateProcessor extends Plugin {
182182
source: backingClassPath,
183183
file,
184184
includeContent: true,
185-
hires: true
185+
hires: true,
186186
});
187187

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

0 commit comments

Comments
 (0)