Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 29bd4bd

Browse files
driesvintsgithub-actions[bot]
authored andcommittedMay 22, 2024
Fix code styling
1 parent ac19487 commit 29bd4bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/Unit/Rules/HttpImageRuleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
use App\Rules\HttpImageRule;
44

55
it('passes when no http links are detected', function () {
6-
(new HttpImageRule())->validate('body', 'some text ![](https://link.com)', fn () => throw new Exception());
6+
(new HttpImageRule())->validate('body', 'some text ![](https://link.com)', fn () => throw new Exception());
77
})->throwsNoExceptions();
88

99
it('fails when http links are detected', function () {

0 commit comments

Comments
 (0)
Please sign in to comment.