Skip to content

Commit 7b125d6

Browse files
fix(host): format sLsusbTree field content json tag (#23787)
1 parent ce8f84a commit 7b125d6

File tree

1 file changed

+1
-1
lines changed
  • pkg/hostman/isolated_device

1 file changed

+1
-1
lines changed

pkg/hostman/isolated_device/usb.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ type sLsusbTree struct {
400400
If int `json:"if"`
401401
Class string `json:"class"`
402402
Driver string `json:"driver"`
403-
Content string `json:"content`
403+
Content string `json:"content"`
404404
Nodes []*sLsusbTree `json:"nodes"`
405405
}
406406

0 commit comments

Comments
 (0)