traverse - Fix prettier formatting

This commit is contained in:
2019-09-11 14:50:28 +05:30
parent 808ed790f3
commit 94ab7112f7
+1 -1
View File
@@ -51,7 +51,7 @@ function traverse(node: FiberNode, fn: (node: FiberNode) => any) {
* } * }
* ``` * ```
* ------ * ------
* *
* @example * @example
* ```js * ```js
* // Breadth-first * // Breadth-first