summaryrefslogtreecommitdiffstats
path: root/lib/private/NaturalSort.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/NaturalSort.php')
-rw-r--r--lib/private/NaturalSort.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/private/NaturalSort.php b/lib/private/NaturalSort.php
index aefa5d5a92a..31829a84e6a 100644
--- a/lib/private/NaturalSort.php
+++ b/lib/private/NaturalSort.php
@@ -91,8 +91,7 @@ class NaturalSort {
// German umlauts, so using en_US instead
if (class_exists('Collator')) {
$this->collator = new \Collator('en_US');
- }
- else {
+ } else {
$this->collator = new \OC\NaturalSort_DefaultCollator();
}
}