From 554fc14f7d0a50454804c0f76b554aee40af3584 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Tisa=CC=88ter?= Date: Fri, 19 Sep 2014 10:51:03 +0200 Subject: [PATCH] Go format fix --- command/agent/remote_exec_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/command/agent/remote_exec_test.go b/command/agent/remote_exec_test.go index 99722e6a0..5b69f97c7 100644 --- a/command/agent/remote_exec_test.go +++ b/command/agent/remote_exec_test.go @@ -170,8 +170,6 @@ func TestRemoteExecWrites(t *testing.T) { } } - - func testHandleRemoteExec(t *testing.T, command string, expectedSubstring string, expectedReturnCode string) { dir, agent := makeAgent(t, nextConfig()) defer os.RemoveAll(dir)