chore: apply style fixes

Apply fixes from StyleCI
This commit is contained in:
Rico
2024-02-25 00:45:13 +01:00
committed by GitHub

View File

@@ -10,7 +10,7 @@ return new class () extends PulseMigration {
*/ */
public function up(): void public function up(): void
{ {
if (! $this->shouldRun()) { if (!$this->shouldRun()) {
return; return;
} }