From ecc7e52810df259593a6ff5457a6fb577146f74e Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Sat, 13 Apr 2024 17:47:51 +0000 Subject: [PATCH] style: format code with Go fmt and Gofumpt This commit fixes the style issues introduced in cf7e4cf according to the output from Go fmt and Gofumpt. Details: None --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index e2f1c8f..c76ca96 100644 --- a/main.go +++ b/main.go @@ -48,8 +48,8 @@ var ( timeoutDuration time.Duration sleep int sleepDuration time.Duration - cookie string - useCookie bool + cookie string + useCookie bool c = &http.Client{ Timeout: timeoutDuration, }