Skip to content

Commit

Permalink
decorate white spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
chobie committed Jul 14, 2014
1 parent 01eea59 commit 87d6dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jira/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ public function setWatchers($issueKey, $watchers)
{
$result = array();
foreach($watchers as $w){
$result[]=$this->api(self::REQUEST_POST, sprintf("/rest/api/2/issue/%s/watchers", $issueKey), $w);
$result[] = $this->api(self::REQUEST_POST, sprintf("/rest/api/2/issue/%s/watchers", $issueKey), $w);
}
return $result;
}
Expand Down

0 comments on commit 87d6dea

Please sign in to comment.