Skip to content

Commit 52a94ce

Browse files
committed
Add empty line in the end of AccessTokenTest
1 parent 341a17f commit 52a94ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/AccessTokenTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@ public function testToString()
112112
$token = new AccessToken('hello', 1);
113113
$this->assertEquals('hello', (string) $token);
114114
}
115-
}
115+
}

0 commit comments

Comments
 (0)