Skip to content

Commit 4f8c914

Browse files
committed
fix cs
1 parent 9841fb9 commit 4f8c914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Issue/IssueService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ public function removeWatcherByAccountId($issueIdOrKey, $accountId)
851851

852852
$this->log->info('remove watcher '.$issueIdOrKey.' result='.var_export($ret, true));
853853

854-
return $this->http_response == 204 ? true : false;
854+
return $this->http_response == 204 ? true : false;
855855
}
856856

857857
/**

0 commit comments

Comments
 (0)