diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2016-02-16 17:12:17 +0100 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2016-02-16 17:12:17 +0100 |
commit | def82b9992f5b1b4c5f8ba10ae12a4159b34cc3e (patch) | |
tree | e293bedf3618a098116d86e9f238b7e4543a3f87 | |
parent | 6448b5654e2f44bd6e6b7535531a4ba67c978b17 (diff) | |
parent | ede7162d6f8f911c3df056b6f3ec84bbb42c213b (diff) | |
download | go-git-def82b9992f5b1b4c5f8ba10ae12a4159b34cc3e.tar.gz |
Merge pull request #24 from shawnps/master
gofmt -s
-rw-r--r-- | references_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/references_test.go b/references_test.go index ddc1e05..4fa4f76 100644 --- a/references_test.go +++ b/references_test.go @@ -358,7 +358,7 @@ func compareSideBySide(a []string, b []*Commit) string { var cherryPicks = [...][]string{ // repo, path, commit a, commit b - []string{"https://github.com/jamesob/desk.git", "desk", "094d0e7d5d69141c98a606910ba64786c5565da0", "3f34438d54f4a1ca86db8c0f03ed8eb38f20e22c"}, + {"https://github.com/jamesob/desk.git", "desk", "094d0e7d5d69141c98a606910ba64786c5565da0", "3f34438d54f4a1ca86db8c0f03ed8eb38f20e22c"}, } // should detect cherry picks |