Skip to content

Commit 5f4ea11

Browse files
author
Jacob Alberty
committed
Using same indentation style as upstream tureki
1 parent 11482ac commit 5f4ea11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/tureki/PhpCc.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ public function exec($filename = 'all.min.js')
130130

131131
$opt = $this->_get_options();
132132

133-
if ($opt['sort']) {
134-
sort($this->js_files);
135-
}
133+
if ($opt['sort']) {
134+
sort($this->js_files);
135+
}
136136

137137
$num_js = count($this->js_files);
138138

0 commit comments

Comments
 (0)