Skip to content

Commit ba41c1b

Browse files
committed
Style fix.
1 parent 81e2775 commit ba41c1b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lib/expand.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,8 @@ api.expand = async ({
263263
insideList,
264264
typeKey,
265265
typeScopedContext,
266-
expansionMap});
266+
expansionMap
267+
});
267268

268269
// get property count on expanded output
269270
keys = Object.keys(rval);
@@ -937,7 +938,8 @@ async function _expandObject({
937938
insideList,
938939
typeScopedContext,
939940
typeKey,
940-
expansionMap});
941+
expansionMap
942+
});
941943
}
942944
}
943945
}

0 commit comments

Comments
 (0)