Skip to content

Commit cec4af5

Browse files
committed
inline comments
1 parent f745e01 commit cec4af5

File tree

1 file changed

+2
-4
lines changed
  • workspaces/arborist/lib/arborist

1 file changed

+2
-4
lines changed

workspaces/arborist/lib/arborist/index.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,9 @@ class Arborist extends Base {
116116
timeEnd()
117117
}
118118

119-
// TODO: We should change these to static functions instead
120-
// of methods for the next major version
119+
// TODO: We should change these to static functions instead of methods for the next major version
121120

122-
// Get the actual nodes corresponding to a root node's child workspaces,
123-
// given a list of workspace names.
121+
// Get the actual nodes corresponding to a root node's child workspaces, given a list of workspace names.
124122
workspaceNodes (tree, workspaces) {
125123
const wsMap = tree.workspaces
126124
if (!wsMap) {

0 commit comments

Comments
 (0)