Completed
Push — master ( 0e1d82...1aeb3c )
by rugk
02:34
created
scripts/buildPhar.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 <?php
3 3
 // set variables
4 4
 $dir = dirname(__DIR__);
5
-$source = dirname(__DIR__) . '/source';
6
-$file = $dir . '/threema_msgapi.phar';
5
+$source = dirname(__DIR__).'/source';
6
+$file = $dir.'/threema_msgapi.phar';
7 7
 
8 8
 // preparation
9 9
 if (!is_dir($dir)) {
Please login to merge, or discard this patch.