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

Commit def82b9

Browse files
committed
Merge pull request #24 from shawnps/master
gofmt -s
2 parents 6448b56 + ede7162 commit def82b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

references_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ func compareSideBySide(a []string, b []*Commit) string {
358358

359359
var cherryPicks = [...][]string{
360360
// repo, path, commit a, commit b
361-
[]string{"https://github.com/jamesob/desk.git", "desk", "094d0e7d5d69141c98a606910ba64786c5565da0", "3f34438d54f4a1ca86db8c0f03ed8eb38f20e22c"},
361+
{"https://github.com/jamesob/desk.git", "desk", "094d0e7d5d69141c98a606910ba64786c5565da0", "3f34438d54f4a1ca86db8c0f03ed8eb38f20e22c"},
362362
}
363363

364364
// should detect cherry picks

0 commit comments

Comments
 (0)