Skip to content

Commit 415ea97

Browse files
committed
fix:Fix format err
1 parent 865d901 commit 415ea97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/cloudrecording/api/start.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ type ServiceParamInterface interface {
160160
}
161161

162162
type ExtensionService struct {
163-
ServiceName string `json:"serviceName"`
164-
ErrorHandlePolicy string `json:"errorHandlePolicy"`
163+
ServiceName string `json:"serviceName"`
164+
ErrorHandlePolicy string `json:"errorHandlePolicy"`
165165
ServiceParam ServiceParamInterface `json:"serviceParam"`
166166
}
167167

0 commit comments

Comments
 (0)