From 4a76377775cebfc3dca4af752ba2837f9694b9d8 Mon Sep 17 00:00:00 2001 From: Ben Zvan Date: Wed, 26 Dec 2018 12:48:12 -0600 Subject: [PATCH] go fmt --- context_test.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/context_test.go b/context_test.go index 545dc1b..c3aaeb8 100644 --- a/context_test.go +++ b/context_test.go @@ -253,11 +253,10 @@ func TestContext_GlobalIsSet_fromEnv(t *testing.T) { timeoutIsSet, tIsSet bool noEnvVarIsSet, nIsSet bool passwordIsSet, pIsSet bool - passwordValue string + passwordValue string unparsableIsSet, uIsSet bool - overrideIsSet, oIsSet bool + overrideIsSet, oIsSet bool overrideValue string - ) clearenv()