Skip to content

Commit

Permalink
Merge pull request anonaddy#4 from ludo237/patch-1
Browse files Browse the repository at this point in the history
Remove unnecessary semicolon
  • Loading branch information
AnonAddy authored Nov 1, 2019
2 parents df5e0f0 + 04e9df7 commit 7c93533
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 7c93533

Please sign in to comment.