Skip to content

Commit 5480cc4

Browse files
committed
Refactor code-style
1 parent 8db84a7 commit 5480cc4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
* Find the first node with a truthy property matching `string`.
1919
*/
2020

21-
import {visit} from 'unist-util-visit'
2221
import iteratee from 'lodash.iteratee'
22+
import {visit} from 'unist-util-visit'
2323

2424
/**
2525
* Find a node in `tree` matching `condition`.

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ versions of Node.js.
188188

189189
When we cut a new major release, we drop support for unmaintained versions of
190190
Node.
191-
This means we try to keep the current release line,
192-
`unist-util-find@^2`, compatible with Node.js 12.
191+
This means we try to keep the current release line, `unist-util-find@^2`,
192+
compatible with Node.js 12.
193193

194194
## Security
195195

0 commit comments

Comments
 (0)