]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix indentation
authorDaniel Calviño Sánchez <danxuliu@gmail.com>
Fri, 19 Oct 2018 18:32:15 +0000 (20:32 +0200)
committerDaniel Calviño Sánchez <danxuliu@gmail.com>
Tue, 23 Oct 2018 14:43:20 +0000 (16:43 +0200)
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
apps/files_trashbin/js/app.js

index 7cdc157fe4773ac79da00b1cf119d72b93565da6..ae4a9b1841f7ae38ecd7380f8a9b1669dd5a2661 100644 (file)
@@ -31,17 +31,17 @@ OCA.Trashbin.App = {
                                scrollTo: urlParams.scrollto,
                                config: OCA.Files.App.getFilesConfig(),
                                multiSelectMenu: [
-                               {
-                                       name: 'restore',
-                                       displayName:  t('files', 'Restore'),
-                                       iconClass: 'icon-history',
-                               },
-                               {
-                                       name: 'delete',
-                                       displayName: t('files', 'Delete'),
-                                       iconClass: 'icon-delete',
-                               }
-                       ]
+                                       {
+                                               name: 'restore',
+                                               displayName: t('files', 'Restore'),
+                                               iconClass: 'icon-history',
+                                       },
+                                       {
+                                               name: 'delete',
+                                               displayName: t('files', 'Delete'),
+                                               iconClass: 'icon-delete',
+                                       }
+                               ]
                        }
                );
        },