aboutsummaryrefslogtreecommitdiff
path: root/hotline/user_test.go
diff options
context:
space:
mode:
authorJeff Halter <868228+jhalter@users.noreply.github.com>2021-08-03 19:24:08 -0700
committerJeff Halter <868228+jhalter@users.noreply.github.com>2021-08-03 14:24:08 -0700
commit5c34f8752938764668d829fb284626b9c62c5475 (patch)
tree85e6d1c802dcdf868b887cbc30944b44dfd462ea /hotline/user_test.go
parente75ba43a4e6032b94bf3a3fedf9f557f2c4969e4 (diff)
Ran `gofmt -w .`
Diffstat (limited to 'hotline/user_test.go')
-rw-r--r--hotline/user_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hotline/user_test.go b/hotline/user_test.go
index 705dec0..2268a3e 100644
--- a/hotline/user_test.go
+++ b/hotline/user_test.go
@@ -105,7 +105,7 @@ func TestNegatedUserString(t *testing.T) {
args: args{
encodedString: []byte("foo1"),
},
- want: []byte{0x99, 0x90, 0x90, 0xce },
+ want: []byte{0x99, 0x90, 0x90, 0xce},
},
}
for _, tt := range tests {