diff options
author | Ricordisamoa <ricordisamoa@openmailbox.org> | 2015-09-27 00:02:05 +0200 |
---|---|---|
committer | Ricordisamoa <ricordisamoa@openmailbox.org> | 2015-09-27 00:02:05 +0200 |
commit | 4f72efe8d841db8a3fd871da105b718fb366ad9a (patch) | |
tree | ac3863c50930054434c22cb61f096d6cc0fdd4ca /tests/phpunit/includes/filebackend | |
parent | 6953ca099e330e1e64e06333140eea97cc84bd40 (diff) | |
download | mediawikicore-4f72efe8d841db8a3fd871da105b718fb366ad9a.tar.gz mediawikicore-4f72efe8d841db8a3fd871da105b718fb366ad9a.zip |
Remove excess newlines at the end of files
Many of them added with commit 776c865077ea38ca1f9205ad778a600b41332d60
Change-Id: I481b15c45ead1f5f482e120cb40ea8f3297543cf
Diffstat (limited to 'tests/phpunit/includes/filebackend')
-rw-r--r-- | tests/phpunit/includes/filebackend/SwiftFileBackendTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/phpunit/includes/filebackend/SwiftFileBackendTest.php b/tests/phpunit/includes/filebackend/SwiftFileBackendTest.php index a68375014983..877cb6020b6b 100644 --- a/tests/phpunit/includes/filebackend/SwiftFileBackendTest.php +++ b/tests/phpunit/includes/filebackend/SwiftFileBackendTest.php @@ -146,4 +146,3 @@ class SwiftFileBackendTest extends MediaWikiTestCase { ); } } - |