Skip to content

Commit 9887bb9

Browse files
committed
Fix indentation
1 parent 3f76559 commit 9887bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ReCaptcha/RequestMethod/CurlPostTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ protected function setUp()
3636
{
3737
if (!extension_loaded('curl')) {
3838
$this->markTestSkipped(
39-
'The cURL extension is not available.'
39+
'The cURL extension is not available.'
4040
);
4141
}
4242
}

0 commit comments

Comments
 (0)