Skip to content

Commit

Permalink
Reorder import statements in utils.go
Browse files Browse the repository at this point in the history
The import statements in the utils.go file have been reordered. In the interest of maintaining code cleanliness and consistency in our codebase, imports have been rearranged in alphabetical order.
  • Loading branch information
Tryanks committed Feb 23, 2024
1 parent 06e98b0 commit 690e658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ package accessory

import (
"encoding/binary"
"fmt"
"github.com/google/gousb"
"math/rand"
"time"
"fmt"
)

// SkipList is a list of vendor IDs that are known to not support the accessory protocol
Expand Down

0 comments on commit 690e658

Please sign in to comment.