Skip to content

Commit a270d37

Browse files
committed
Commit from GitHub Actions (style-fix)
1 parent 566eb98 commit a270d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Http/HttpThrottleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ public function test_http_failed_when_rate_limit_is_exceeded()
2525

2626
->assertStatus(429);
2727
}
28+
2829
public function test_http_when_rate_limit_is_none()
2930
{
3031
config(['magiclink.rate_limit' => 'none']);
@@ -40,5 +41,4 @@ public function test_http_when_rate_limit_is_none()
4041
$this->get($magiclink->url)
4142
->assertStatus(200);
4243
}
43-
4444
}

0 commit comments

Comments
 (0)