Apply fixes from StyleCI

This commit is contained in:
Daniil Gentili 2017-01-15 12:07:40 +00:00 committed by StyleCI Bot
parent 0e348edd53
commit 92e8e4a00d

View File

@ -22,7 +22,7 @@ trait PeerHandler
return $this->API->get_info($id, $recursive); return $this->API->get_info($id, $recursive);
} }
public function get_pwr_chat($id, $full = true, $save = true) public function get_pwr_chat($id, $full = true, $save = true)
{ {
return $this->API->get_pwr_chat($id, $full, $save); return $this->API->get_pwr_chat($id, $full, $save);
} }