X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=RSM%2Frsmerrors%2Fwrong_state_error.go;h=6f38b07442ee296600c2102682d36ab2bd7b0a36;hb=4dc2959434210acfe738164d3b64ab76b5d0fd2a;hp=1fc0b74d0e61939d62ddd469fd8f79bf6c19b140;hpb=2c2007c301dac8d6bd6e6d2470c3f29024017c92;p=ric-plt%2Fresource-status-manager.git diff --git a/RSM/rsmerrors/wrong_state_error.go b/RSM/rsmerrors/wrong_state_error.go index 1fc0b74..6f38b07 100644 --- a/RSM/rsmerrors/wrong_state_error.go +++ b/RSM/rsmerrors/wrong_state_error.go @@ -30,7 +30,7 @@ func NewWrongStateError(activityName string, state string) *WrongStateError { return &WrongStateError{ &BaseError{ Code: 403, - Message: fmt.Sprintf("Activity %s rejected. RAN current state %s does not allow its execution ", activityName, state) , + Message: fmt.Sprintf("Activity %s rejected. RAN current state %s does not allow its execution ", activityName, state), }, } }