Skip to content

Commit c11a428

Browse files
committed
Style fux
1 parent 748f44a commit c11a428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Github/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,6 @@ public function getLastResponse()
460460
return $this->responseHistory->getLastResponse();
461461
}
462462

463-
464463
/**
465464
* Make sure to move the cache plugin to the end of the chain
466465
*/
@@ -473,6 +472,7 @@ private function pushBackCachePlugin()
473472
unset($this->plugins[$i]);
474473

475474
$this->plugins[] = $cachePlugin;
475+
476476
return;
477477
}
478478
}

0 commit comments

Comments
 (0)