Skip to content

Commit

Permalink
Remove trailing spaces from Gopkg.toml testdata
Browse files Browse the repository at this point in the history
  • Loading branch information
dtan4 committed Jun 19, 2017
1 parent a84a81e commit 672b66b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
#
# required = ["github.com/user/thing/cmd/thing"]
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
#
#
# [[constraint]]
# name = "github.com/user/project"
# version = "1.0.0"
#
#
# [[constraint]]
# name = "github.com/user/project2"
# branch = "dev"
# source = "github.com/myfork/project2"
#
#
# [[override]]
# name = "github.com/x/y"
# version = "2.4.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
#
# required = ["github.com/user/thing/cmd/thing"]
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
#
#
# [[constraint]]
# name = "github.com/user/project"
# version = "1.0.0"
#
#
# [[constraint]]
# name = "github.com/user/project2"
# branch = "dev"
# source = "github.com/myfork/project2"
#
#
# [[override]]
# name = "github.com/x/y"
# version = "2.4.0"
Expand Down

0 comments on commit 672b66b

Please sign in to comment.