Skip to content

Commit 45c45c5

Browse files
freekmurzegithub-actions[bot]
authored andcommitted
Fix styling
1 parent 712d612 commit 45c45c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Records/TXTTest.php

+2
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ public function it_return_null_for_to_few_attributes()
7979

8080
$this->assertNull($record);
8181
}
82+
8283
/** @test */
8384
public function it_can_parse_a_string_with_double_space()
8485
{
@@ -90,6 +91,7 @@ public function it_can_parse_a_string_with_double_space()
9091
$this->assertSame('TXT', $record->type());
9192
$this->assertSame('test 2 7', $record->txt());
9293
}
94+
9395
/** @test */
9496
public function it_can_parse_a_string_with_a_double_quote()
9597
{

0 commit comments

Comments
 (0)