Skip to content

Commit d24dfb3

Browse files
committed
cleanup
1 parent c7ddc0a commit d24dfb3

File tree

2 files changed

+1
-42
lines changed

2 files changed

+1
-42
lines changed

cmd/go-cache-plugin/commands.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ func runConnect(env *command.Env, plugin string) error {
224224
conn.Close()
225225

226226
shutdownTracer(context.Background())
227-
vprintf(fmt.Sprintf("connection closed (%v elapsed)", time.Since(start)))
227+
vprintf("connection closed (%v elapsed)", time.Since(start))
228228
return nil
229229
}
230230

lib/toolexec/toolexec.go

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)