Skip to content

Commit c00b2a3

Browse files
rubenvanasscheactions-user
authored andcommitted
Fix styling
1 parent 4794e6a commit c00b2a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/IntegrationTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ public function it_can_create_a_calendar()
1717
{
1818
$calendar = Calendar::create('Laracon online')
1919
->refreshInterval(5)
20-
->event(Event::create()
20+
->event(
21+
Event::create()
2122
->startsAt(new DateTime('6 March 2019 15:00:00'))
2223
->endsAt(new DateTime('6 March 2019 16:00:00'))
2324
->createdAt(new DateTime('6 March 2019 16:00:00'))

0 commit comments

Comments
 (0)