Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Commit 91650f0

Browse files
authored
Merge pull request #1393 from caarlos0/example
removed first empty line on the example file
2 parents 44d8995 + ef46b0a commit 91650f0

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

testdata/txn_writer/expected_manifest.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# Gopkg.toml example
32
#
43
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md

txn_writer.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ import (
2121
// Example string to be written to the manifest file
2222
// if no dependencies are found in the project
2323
// during `dep init`
24-
var exampleTOML = []byte(`
25-
# Gopkg.toml example
24+
var exampleTOML = []byte(`# Gopkg.toml example
2625
#
2726
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
2827
# for detailed Gopkg.toml documentation.

0 commit comments

Comments
 (0)