Skip to content

Commit f95a8f2

Browse files
freekmurzegithub-actions[bot]
authored andcommitted
Fix styling
1 parent e9dd610 commit f95a8f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/CrawlUrlTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919

2020
expect($crawlUrl)->toBeInstanceOf(CrawlUrl::class);
2121

22-
expect(fn() => $crawlUrl->getId())->not->toThrow(\Throwable::class);
23-
expect(fn() => $crawlUrl->getId())->not->toThrow(\Error::class);
22+
expect(fn () => $crawlUrl->getId())->not->toThrow(\Throwable::class);
23+
expect(fn () => $crawlUrl->getId())->not->toThrow(\Error::class);
2424
});

0 commit comments

Comments
 (0)