Improve O1 agent UT coverage
[ric-plt/o1.git] / agent / pkg / sbi / types.go
index ae522bb..f5cd190 100755 (executable)
@@ -29,7 +29,7 @@ import (
 type SBIClient struct {
        appmgrAddr   string
        alertmgrAddr string
-       timeout          time.Duration
+       timeout      time.Duration
 }
 
 type SBIClientInterface interface {