Skip to content

Commit 10ed240

Browse files
committed
Fixing spacing
1 parent b426751 commit 10ed240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Redmine/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public function get($path, $decode = true)
157157
}
158158

159159
if (!$decode) {
160-
return $json;
160+
return $json;
161161
}
162162

163163
return $this->decode($json);

0 commit comments

Comments
 (0)