Skip to content

Commit 1cf97af

Browse files
author
Yonathan Benolol
committed
Fixed indentation
1 parent efa0420 commit 1cf97af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ function generateQuestions(config = {}, questions = {}) {
8484
* @param {array} dir
8585
*/
8686
function createListOfDirectories(prev, dir) {
87-
return {
87+
return {
8888
...prev,
8989
[dir.split(path.sep).pop()]: dir,
9090
}

0 commit comments

Comments
 (0)