Skip to content

Commit

Permalink
shared/usbid/parse: Comment spacing (revive)
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Nov 12, 2024
1 parent 46e8bae commit 8b6c69d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shared/usbid/parse.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ func ParseIDs(r io.Reader) (map[ID]*Vendor, map[ClassCode]*Class, error) {
}

// TODO(kevlar): Parse class information, etc
//var class *Class
//var subclass *SubClass
// var class *Class
// var subclass *SubClass

var kind string

Expand Down

0 comments on commit 8b6c69d

Please sign in to comment.