Skip to content

Commit 9f35c95

Browse files
committed
cs fix
1 parent 78b3778 commit 9f35c95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SPC/builder/Extension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ public function buildUnixShared(): void
395395

396396
shell()->cd($this->source_dir)
397397
->setEnv($env)
398-
->exec('make clean')
398+
->exec('make clean')
399399
->exec('make -j' . $this->builder->concurrency)
400400
->exec('make install');
401401
}

0 commit comments

Comments
 (0)