Skip to content

Commit fb6649d

Browse files
committed
gofmt core.go
Signed-off-by: Vadim Markovtsev <[email protected]>
1 parent e700173 commit fb6649d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import (
99
"gopkg.in/src-d/hercules.v9/internal/plumbing/identity"
1010
"gopkg.in/src-d/hercules.v9/internal/plumbing/uast"
1111
"gopkg.in/src-d/hercules.v9/internal/yaml"
12-
_ "gopkg.in/src-d/hercules.v9/leaves" // add burndown and other analyses
13-
_ "gopkg.in/src-d/hercules.v9/leaves/research" // add "research" analyses
12+
_ "gopkg.in/src-d/hercules.v9/leaves" // add burndown and other analyses
13+
_ "gopkg.in/src-d/hercules.v9/leaves/research" // add "research" analyses
1414
)
1515

1616
// ConfigurationOptionType represents the possible types of a ConfigurationOption's value.

0 commit comments

Comments
 (0)