Skip to content

Commit

Permalink
Remove unnecessary semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
ludo237 authored Nov 1, 2019
1 parent df5e0f0 commit 04e9df7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ public function getBandwidthLimit()
public function getBandwidthLimitMb()
{
return round($this->getBandwidthLimit() / 1024 / 1024, 2);
;
}

public function nearBandwidthLimit()
Expand Down

0 comments on commit 04e9df7

Please sign in to comment.