Skip to content

Commit a668b4a

Browse files
committed
lint fix
1 parent 30b47a1 commit a668b4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/stories/decorators.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export const rawJsonDecorator = (Story) => {
22
return `<pre>${JSON.stringify(Story(), null, 2)}</pre>`
3-
}
3+
}

0 commit comments

Comments
 (0)