Skip to content

Commit

Permalink
fix: linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
lyz508 committed Jan 14, 2025
1 parent 2d10b21 commit edd0b3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/sbi/processor/ulcl_procedure.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@ func EstablishULCL(smContext *context.SMContext) {
} else {
urr = oldURR
}
smContext.Log.Tracef("Successfully add URR %d for Rating group %d", urr.URRID, smContext.ChargingInfo[urrId].RatingGroup)
smContext.Log.Tracef("Successfully add URR %d for Rating group %d",

Check failure on line 194 in internal/sbi/processor/ulcl_procedure.go

View workflow job for this annotation

GitHub Actions / lint (1.21)

File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/free5gc) --custom-order (gci)
urr.URRID, smContext.ChargingInfo[urrId].RatingGroup)
smContext.ChargingInfo[urr.URRID] = newChgInfo
pduLevelChargingUrrs = pduLevelChargingUrrs[:0]
pduLevelChargingUrrs = append(pduLevelChargingUrrs, urr)
Expand Down

0 comments on commit edd0b3b

Please sign in to comment.