Skip to content

Commit f967558

Browse files
authored
revert prettier changes
Signed-off-by: Manuel <[email protected]>
1 parent b695559 commit f967558

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/FilesController.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ const mockAdapter = {
1111
createFile: () => {
1212
return Promise.reject(new Error('it failed with xyz'));
1313
},
14-
deleteFile: () => { },
15-
getFileData: () => { },
14+
deleteFile: () => {},
15+
getFileData: () => {},
1616
getFileLocation: () => 'xyz',
1717
validateFilename: () => {
1818
return null;

0 commit comments

Comments
 (0)