Copy latest code to master
[ric-plt/resource-status-manager.git] / RSM / rsmerrors / wrong_state_error.go
index 1fc0b74..6f38b07 100644 (file)
@@ -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),
                },
        }
 }