Skip to content

Commit 6948af6

Browse files
committed
Apply fixes from StyleCI
1 parent c70e9d4 commit 6948af6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

app/Nova/Metrics/Issues.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ public function calculate(NovaRequest $request): ValueResult
5959
}
6060

6161
return $this->result($count);
62-
6362
}
6463

6564
/**

public/webhook.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@
8080
} else {
8181
echo json_encode(['error' => 'Failed to update status']);
8282
}
83-
8483
} else {
8584
echo json_encode(['error' => 'Invalid input']);
8685
}

0 commit comments

Comments
 (0)