Skip to content

Commit 456b0af

Browse files
committed
Remove indent
1 parent 741ad59 commit 456b0af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tabs/tabs.stories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ storiesOf("Tabs", module)
2929
.add("With template", () => ({
3030
template: `
3131
<ng-template #customTabs let-item>
32-
{{item ? item.name : "wait for it"}}
32+
{{item ? item.name : "wait for it"}}
3333
</ng-template>
3434
<ng-template #iconTab>
3535
<div style="height: 14px;">

0 commit comments

Comments
 (0)