From d5257e8ded84da5225b2c49d5cf61acbcba2c5a0 Mon Sep 17 00:00:00 2001 From: KimMachineGune Date: Tue, 23 Oct 2018 12:04:01 +0900 Subject: [PATCH] gofmt sctx.go --- swarm/sctx/sctx.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarm/sctx/sctx.go b/swarm/sctx/sctx.go index c9299a5a9b..fb7d35b000 100644 --- a/swarm/sctx/sctx.go +++ b/swarm/sctx/sctx.go @@ -4,7 +4,7 @@ import "context" type ( HTTPRequestIDKey struct{} - requestHostKey struct{} + requestHostKey struct{} ) func SetHost(ctx context.Context, domain string) context.Context {