Skip to content

Commit 8ded8c4

Browse files
ziminggithub-actions[bot]
authored andcommitted
Fix styling
1 parent bfa1dd1 commit 8ded8c4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Commands/StatsigSendCommand.php

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ public function handle(): int
5757
try {
5858
$result = Process::run($commandToRun);
5959
$this->info($result->output());
60+
6061
return self::SUCCESS;
6162
} catch (ProcessTimedOutException $e) {
6263
report(

src/Commands/StatsigSyncCommand.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ public function handle(): int
3535
$commandToRun .= ' '.$key.' '.$value;
3636
}
3737

38-
3938
try {
4039
$result = Process::run($commandToRun);
4140
$this->info($result->output());
41+
4242
return self::SUCCESS;
4343
} catch (ProcessTimedOutException $e) {
4444
report(

0 commit comments

Comments
 (0)