Skip to content

Commit 450ad02

Browse files
committed
Refactor code-style
1 parent 38e59f7 commit 450ad02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,10 @@ function element(node, parentConfig) {
197197
/**
198198
* @param {HastRoot|HastElement} origin
199199
* @param {Context} config
200-
* @returns {Array.<XastElement|XastText|XastComment|XastDoctype>}
200+
* @returns {Array<XastElement|XastText|XastComment|XastDoctype>}
201201
*/
202202
function all(origin, config) {
203-
/** @type {Array.<XastElement|XastText|XastComment|XastDoctype>} */
203+
/** @type {Array<XastElement|XastText|XastComment|XastDoctype>} */
204204
const result = []
205205
let index = -1
206206

0 commit comments

Comments
 (0)