Skip to content

Commit

Permalink
Make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
meparle committed Jul 12, 2024
1 parent 97b6a97 commit 41e97e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions message_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -995,8 +995,8 @@ func TestPackUnpack(t *testing.T) {
0x34, 0x32, 0x37, 0x36, 0x35, 0x35, 0x35, 0x35, 0x35, 0x35, 0x35, 0x35, 0x35, 0x35, 0x35, 0x35, //F2
0x31, 0x34, // Tag for F3
0x30, 0x30, // F3 SF1
0x31, 0x31, 0x31, 0x31, //F3 SF2 SF1
0x31, 0x32, 0x33, 0x34, 0x35, 0x51, //F3 SF2 SF2
0x31, 0x31, 0x31, 0x31, //F3 SF2 Subfield 1
0x31, 0x32, 0x33, 0x34, 0x35, 0x51, //F3 SF2 Subfield 2
0x30, 0x30, // F3 SF3
}

Expand Down

0 comments on commit 41e97e5

Please sign in to comment.