diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-02-11 18:13:34 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-02-11 18:13:34 +0100 |
| commit | a39e52b1cd39d5d3b80a8a379554461a4b31fbc8 (patch) | |
| tree | 255cb3f2a7b8b4d002fba237df17ff76349f9f9d /pkg/vcs | |
| parent | 13f1d0047ae34d1cd02d89c52a1bd6a0a02b497e (diff) | |
all: reformat with Go 1.10
Diffstat (limited to 'pkg/vcs')
| -rw-r--r-- | pkg/vcs/vcs_test.go | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/pkg/vcs/vcs_test.go b/pkg/vcs/vcs_test.go index 41d682aab..9e90090a4 100644 --- a/pkg/vcs/vcs_test.go +++ b/pkg/vcs/vcs_test.go @@ -31,13 +31,13 @@ func TestCheckRepoAddress(t *testing.T) { "https://anonscm.debian.org/git/kernel/linux.git": true, "git://kernel.ubuntu.com/ubuntu/ubuntu-zesty.git": true, "http://host.xz:123/path/to/repo.git/": true, - "": false, - "foobar": false, - "linux-next": false, - "foo://kernel.ubuntu.com/ubuntu/ubuntu-zesty.git": false, - "git://kernel/ubuntu.git": false, - "git://kernel.com/ubuntu": false, - "gitgit://kernel.ubuntu.com/ubuntu/ubuntu-zesty.git": false, + "": false, + "foobar": false, + "linux-next": false, + "foo://kernel.ubuntu.com/ubuntu/ubuntu-zesty.git": false, + "git://kernel/ubuntu.git": false, + "git://kernel.com/ubuntu": false, + "gitgit://kernel.ubuntu.com/ubuntu/ubuntu-zesty.git": false, }) } |
