chore(repo): fix formatting

This commit is contained in:
Victor Savkin 2022-09-23 15:05:59 -04:00
parent 33c0f944e0
commit af1c9808a0
No known key found for this signature in database
GPG Key ID: 39178FEB7698B817

View File

@ -840,7 +840,7 @@ describe('createTaskGraph', () => {
}, },
dependencies: { dependencies: {
'app1:build': ['app2:build'], 'app1:build': ['app2:build'],
'app2:build': [] 'app2:build': [],
}, },
}); });
}); });