diff --git a/src/babel/types/retrievers.js b/src/babel/types/retrievers.js index fd0c20e351..494656234b 100644 --- a/src/babel/types/retrievers.js +++ b/src/babel/types/retrievers.js @@ -2,8 +2,7 @@ import object from "../helpers/object"; import * as t from "./index"; /** - * Return a list of binding identifiers associated with - * the input `node`. + * Return a list of binding identifiers associated with the input `node`. */ export function getBindingIdentifiers(node: Object): Object {