Skip to content

Commit 443423c

Browse files
committed
Apply gofmt changes
1 parent 08532d3 commit 443423c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
// Using a client directly allows more fine-grained control over how downloading
2020
// is done, as well as customizing the protocols supported.
2121
type Client struct {
22-
// Ctx for cancellation
22+
// Ctx for cancellation
2323
Ctx context.Context
2424

2525
// Src is the source URL to get.

get_git_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,6 @@ func TestGitGetter_sshExplicitPort(t *testing.T) {
418418
}
419419
}
420420

421-
422421
func TestGitGetter_sshSCPStyleInvalidScheme(t *testing.T) {
423422
if !testHasGit {
424423
t.Skip("git not found, skipping")

0 commit comments

Comments
 (0)