Skip to content

Commit be07152

Browse files
committed
wrangle runaway commas
1 parent a6e5908 commit be07152

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/dialog/overflow-menu/overflow-menu.stories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ storiesOf("Overflow Menu", module)
1010
imports: [
1111
DialogModule,
1212
TranslateModule.forRoot()
13-
],
13+
]
1414
})
1515
)
1616
.add("Basic", () => ({

src/index.stories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ storiesOf("Welcome", module).add("to Carbon Angular", () => ({
88
<h2>An Angular implementation of the Carbon Design System</h2>
99
<a href="https://angular.carbondesignsystem.com/documentation">Documentation</a>
1010
`,
11-
props: {},
11+
props: {}
1212
}));

0 commit comments

Comments
 (0)