Merge pull request #9 from xAlokyx/copilot/change-speed-display-to-mbps

fix: apply gofmt formatting to fix CI failure
This commit is contained in:
ALOKY 2026-04-06 14:35:57 +03:00 committed by GitHub
commit d7696a0abf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View file

@ -225,4 +225,3 @@ func (s *SpeedLimitService) RestoreAllLimits(inbounds []*model.Inbound) {
} }
} }
} }