X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=ric-plt%2Fresource-status-manager.git;a=blobdiff_plain;f=RSM%2Frsmerrors%2Fwrong_state_error.go;fp=RSM%2Frsmerrors%2Fwrong_state_error.go;h=6f38b07442ee296600c2102682d36ab2bd7b0a36;hp=1fc0b74d0e61939d62ddd469fd8f79bf6c19b140;hb=60652d98d51ee23c1eaca2e8bc2bf19c74c57658;hpb=b8d3ff3abf409da49ecab244cd6d2c2124dbce7c 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), }, } }