Improve UT coverage
[ric-plt/xapp-frame.git] / pkg / xapp / restapi.go
index 7019bac..b2ea7ad 100755 (executable)
@@ -22,12 +22,13 @@ package xapp
 import (
        "encoding/json"
        "fmt"
-       "github.com/gorilla/mux"
-       "github.com/spf13/viper"
        "io/ioutil"
        "net/http"
        "os"
 
+       "github.com/gorilla/mux"
+       "github.com/spf13/viper"
+
        "gerrit.o-ran-sc.org/r/ric-plt/xapp-frame/pkg/models"
 )