Skip to content

Commit dfcb62e

Browse files
committed
fix: Linter error.
1 parent 360a28f commit dfcb62e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@css-blocks/glimmer/test/template-rewrite-test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ describe("Template Rewriting", function() {
101101
".d { margin: 0.5em; } " + // parent[style=normal]
102102
".e { padding: 2em; } " + // grandparent[style=open]
103103
".f { padding: 0.5em; } " + // grandparent[style=condensed]
104-
".g { padding: 1em; }" // grandparent[style=normal]
104+
".g { padding: 1em; }", // grandparent[style=normal]
105105
),
106106
);
107107
});

0 commit comments

Comments
 (0)