Skip to content

Commit a4145d7

Browse files
mattstauffergithub-actions[bot]
authored andcommitted
Fix code styling
1 parent 228b6eb commit a4145d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/Valet/Brew.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ public function installOrFail(string $formula, array $options = [], array $taps
159159
output('<info>['.$formula.'] is not installed, installing it now via Brew...</info> 🍻');
160160

161161
if ($this->limitedPhpVersions()->contains($formula)) {
162-
$formula = 'shivammathur/php/' . $formula;
162+
$formula = 'shivammathur/php/'.$formula;
163163
warning('Note: older PHP versions may take 10+ minutes to compile from source. Please wait ...');
164164
}
165165

0 commit comments

Comments
 (0)