Skip to content

Commit 084412f

Browse files
committed
clean up generation scripts for better icon output
1 parent 2750027 commit 084412f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/generation.php

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010

1111
$fileLines = file($tempFilepath);
1212
array_shift($fileLines);
13+
14+
$lastKey = count($fileLines) - 1;
15+
$fileLines[$lastKey] = trim($fileLines[$lastKey]);
1316
file_put_contents($tempFilepath, $fileLines);
1417
};
1518

0 commit comments

Comments
 (0)