浏览代码

gofmt core.go

Signed-off-by: Vadim Markovtsev <vadim@sourced.tech>
Vadim Markovtsev 6 年之前
父节点
当前提交
fb6649d927
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      core.go

+ 2 - 2
core.go

@@ -9,8 +9,8 @@ import (
 	"gopkg.in/src-d/hercules.v9/internal/plumbing/identity"
 	"gopkg.in/src-d/hercules.v9/internal/plumbing/uast"
 	"gopkg.in/src-d/hercules.v9/internal/yaml"
-	_ "gopkg.in/src-d/hercules.v9/leaves"  // add burndown and other analyses
-	_ "gopkg.in/src-d/hercules.v9/leaves/research"  // add "research" analyses
+	_ "gopkg.in/src-d/hercules.v9/leaves"          // add burndown and other analyses
+	_ "gopkg.in/src-d/hercules.v9/leaves/research" // add "research" analyses
 )
 
 // ConfigurationOptionType represents the possible types of a ConfigurationOption's value.