Skip to content

Commit

Permalink
Remove trailing spaces from generated Gopkg.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dtan4 committed Jun 19, 2017
1 parent dbd910b commit a84a81e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions testdata/txn_writer/expected_manifest.toml
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
6 changes: 3 additions & 3 deletions txn_writer.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ var exampleTOML = []byte(`
#
# 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 a84a81e

Please sign in to comment.