Skip to content

Commit

Permalink
Refactor code-style
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jul 16, 2019
1 parent a922a8d commit 5da8c3d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions types/unified-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ const typedSetting = {example: 'example'}

const implicitlyTypedPlugin = (settings?: ExamplePluginSettings) => {}

const transformerPlugin =
(settings?: ExamplePluginSettings) => (tree: Node, file: vfile.VFile) => tree;
const transformerPlugin = (settings?: ExamplePluginSettings) => (
tree: Node,
file: vfile.VFile
) => tree

const pluginWithTwoSettings = (
processor?: Processor,
Expand Down

0 comments on commit 5da8c3d

Please sign in to comment.