Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 081fd6b

Browse files
Fix codestyle.
1 parent c7ccaa2 commit 081fd6b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/HostnameTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -647,8 +647,7 @@ public function testValidBizHostname()
647647
$validator = new Hostname();
648648
$this->assertTrue($validator->isValid('google.biz'));
649649
}
650-
651-
650+
652651
public function testHostnameWithEmptyDomainPart()
653652
{
654653
$validator = new Hostname();

0 commit comments

Comments
 (0)