Fix Pint formatting
This commit is contained in:
@@ -9,7 +9,7 @@ class SchoolCalendarContextServiceTest extends TestCase
|
||||
{
|
||||
public function test_event_types_returns_list(): void
|
||||
{
|
||||
$service = new SchoolCalendarContextService();
|
||||
$service = new SchoolCalendarContextService;
|
||||
$types = $service->eventTypes();
|
||||
|
||||
$this->assertNotEmpty($types);
|
||||
|
||||
Reference in New Issue
Block a user