summaryrefslogtreecommitdiffstats
path: root/tests/lib/Files/ObjectStore/LocalTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Files/ObjectStore/LocalTest.php')
-rw-r--r--tests/lib/Files/ObjectStore/LocalTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/Files/ObjectStore/LocalTest.php b/tests/lib/Files/ObjectStore/LocalTest.php
index 99aa23e065d..ceb21428e4b 100644
--- a/tests/lib/Files/ObjectStore/LocalTest.php
+++ b/tests/lib/Files/ObjectStore/LocalTest.php
@@ -32,5 +32,4 @@ class LocalTest extends ObjectStoreTest {
$storage = new Temporary();
return new StorageObjectStore($storage);
}
-
}