Add optional subscription ID
[ric-plt/xapp-frame.git] / pkg / clientmodel / action_to_be_setup.go
index 88a0b4b..a72a9e2 100644 (file)
@@ -8,14 +8,14 @@ package clientmodel
 import (
        "encoding/json"
 
-       strfmt "github.com/go-openapi/strfmt"
-
        "github.com/go-openapi/errors"
+       "github.com/go-openapi/strfmt"
        "github.com/go-openapi/swag"
        "github.com/go-openapi/validate"
 )
 
 // ActionToBeSetup action to be setup
+//
 // swagger:model ActionToBeSetup
 type ActionToBeSetup struct {