Skip to content

Commit 49ff338

Browse files
author
Jordan Boesch
committed
fixing spacing
1 parent 4f60a9e commit 49ff338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/FreshBooksRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ public function request()
175175
}
176176
else
177177
{
178-
curl_close($ch);
178+
curl_close($ch);
179179
}
180180

181181
$response = json_decode(json_encode(simplexml_load_string($result)), true);

0 commit comments

Comments
 (0)