Skip to content

Commit

Permalink
Merge pull request #25 from zer-far/deepsource-transform-ad394c3c
Browse files Browse the repository at this point in the history
style: format code with Go fmt and Gofumpt
  • Loading branch information
zer-far authored Apr 13, 2024
2 parents cf7e4cf + ecc7e52 commit a457e34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down

0 comments on commit a457e34

Please sign in to comment.