From 5c34f8752938764668d829fb284626b9c62c5475 Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Tue, 3 Aug 2021 19:24:08 -0700 Subject: Ran `gofmt -w .` --- hotline/server_test.go | 1 - 1 file changed, 1 deletion(-) (limited to 'hotline/server_test.go') diff --git a/hotline/server_test.go b/hotline/server_test.go index 2e88202..c69177f 100644 --- a/hotline/server_test.go +++ b/hotline/server_test.go @@ -91,7 +91,6 @@ package hotline //} // - ////func TestHandleTranAgreed(t *testing.T) { //// clients, _ := StartTestServerWithClients(2) //// -- cgit