Skip to content

Commit f1f12c1

Browse files
ousidgithub-actions[bot]
authored andcommitted
Fix styling
1 parent 923eddd commit f1f12c1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/Concerns/InteractsWithTickets.php

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ public function archive(): self
1616
$this->update([
1717
'status' => Status::ARCHIVED->value,
1818
]);
19+
1920
return $this;
2021
}
2122

tests/Feature/TicketTest.php

-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@
243243
$this->assertTrue($ticket->isLocked());
244244
});
245245

246-
247246
it('can delete a ticket', function () {
248247
$ticket = Ticket::factory()->create();
249248

0 commit comments

Comments
 (0)