Skip to content

Commit 57513f7

Browse files
authored
Apply fixes from StyleCI (#18)
1 parent dbf8a7b commit 57513f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Controllers/PostmarkTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ protected function getEnvironmentSetUp($app)
1717
public function it_expects_to_receive_raw_email_field()
1818
{
1919
$this->withoutMiddleware();
20-
20+
2121
$this->post('/laravel-mailbox/postmark', [
2222
'something' => 'value',
2323
])->assertSessionHasErrors('RawEmail')->assertStatus(302);

0 commit comments

Comments
 (0)