Skip to content

Commit

Permalink
chore: run go fmt over 23deee4 (#158)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Fossati <[email protected]>
  • Loading branch information
thomas-fossati authored Jan 20, 2025
1 parent 23deee4 commit 14a8274
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions comid/environment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ func TestEnvironment_ToCBOR_class_and_instance(t *testing.T) {

func TestEnvironment_ToCBOR_class_and_group(t *testing.T) {
tv := Environment{
Class: NewClassUUID(TestUUID),
Group: MustNewUUIDGroup(TestUUID),
Class: NewClassUUID(TestUUID),
Group: MustNewUUIDGroup(TestUUID),
}
require.NotNil(t, tv.Class)
require.NotNil(t, tv.Group)
Expand Down

0 comments on commit 14a8274

Please sign in to comment.