Skip to content
Snippets Groups Projects
Commit 55470834 authored by Dasuntha Gunathunga's avatar Dasuntha Gunathunga
Browse files

Add space before open the brace

parent 99d434af
No related branches found
No related tags found
No related merge requests found
......@@ -169,7 +169,7 @@ class store extends php_obj implements log_writer {
* @param Object TinCan\LRSResponse
*
*/
private function getlast_action_result($response){
private function getlast_action_result($response) {
if ($response->success == 1) {
return "success";
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment