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

@ -23,7 +23,7 @@ import (
// It handles CRUD operations for inbounds, client management, traffic monitoring,
// and integration with the Xray API for real-time updates.
type InboundService struct {
xrayApi xray.XrayAPI
xrayApi xray.XrayAPI
speedLimitService SpeedLimitService
}

View file

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