Skip to content

Commit

Permalink
Apply gofmt changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kpenfound committed Oct 8, 2019
1 parent 08532d3 commit 443423c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion client.go
Expand Up @@ -19,7 +19,7 @@ import (
// Using a client directly allows more fine-grained control over how downloading
// is done, as well as customizing the protocols supported.
type Client struct {
// Ctx for cancellation
// Ctx for cancellation
Ctx context.Context

// Src is the source URL to get.
Expand Down
1 change: 0 additions & 1 deletion get_git_test.go
Expand Up @@ -418,7 +418,6 @@ func TestGitGetter_sshExplicitPort(t *testing.T) {
}
}


func TestGitGetter_sshSCPStyleInvalidScheme(t *testing.T) {
if !testHasGit {
t.Skip("git not found, skipping")
Expand Down

0 comments on commit 443423c

Please sign in to comment.