diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-27 18:25:56 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-27 18:25:56 +0200 |
commit | b7cb4f5a635f62d83c81e60bebd8c8a2440067d5 (patch) | |
tree | 8954ab849707101f9f2a3b9fe7694ed2c87166f4 /apps/files_sharing/tests/js/appSpec.js | |
parent | 7a1b45c43bcca2de24ef1cc55dd1867b63e1462e (diff) | |
download | nextcloud-server-b7cb4f5a635f62d83c81e60bebd8c8a2440067d5.tar.gz nextcloud-server-b7cb4f5a635f62d83c81e60bebd8c8a2440067d5.zip |
fix trailing whitespace noted by Scrutinizer
Diffstat (limited to 'apps/files_sharing/tests/js/appSpec.js')
-rw-r--r-- | apps/files_sharing/tests/js/appSpec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/tests/js/appSpec.js b/apps/files_sharing/tests/js/appSpec.js index d0480ad1aa4..5fb269da75e 100644 --- a/apps/files_sharing/tests/js/appSpec.js +++ b/apps/files_sharing/tests/js/appSpec.js @@ -55,7 +55,7 @@ describe('OCA.Sharing.App tests', function() { describe('initialization', function() { it('inits sharing-in list on show', function() { - expect(fileListIn._sharedWithUser).toEqual(true); + expect(fileListIn._sharedWithUser).toEqual(true); }); it('inits sharing-out list on show', function() { expect(fileListOut._sharedWithUser).toBeFalsy(); |