Skip to content

Commit 920cc75

Browse files
authored
Reindent to follow a local convention (attempt 2)
1 parent 27ae2b6 commit 920cc75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CodeManipulation.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ function getCachedPath($file)
6464
$indexPath = Config\getCachePath() . '/index.csv';
6565
if (file_exists($indexPath)) {
6666
$table = array_map(
67-
static function($line) {
67+
static function($line) {
6868
return str_getcsv($line, ',', '"', '\\');
69-
},
69+
},
7070
file($indexPath)
7171
);
7272
foreach ($table as $row) {

0 commit comments

Comments
 (0)