fix(test): clang formatting errors

This commit is contained in:
Brian Ford 2015-05-28 13:30:45 -07:00
parent b14417498a
commit 05d66bba3f
1 changed files with 2 additions and 1 deletions

View File

@ -301,7 +301,8 @@ describe('TreeDiffer', () => {
it('should detect file additions mixed with file changes', () => {
let testDir = {
'dir1': {'file-1.txt': mockfs.file({content: 'file-1.txt content', mtime: new Date(1000)})}
'dir1':
{'file-1.txt': mockfs.file({content: 'file-1.txt content', mtime: new Date(1000)})}
};
mockfs(testDir);