From 35ac2b2bee23c00c016e4b2c78db4e61d44ff043 Mon Sep 17 00:00:00 2001 From: Silvan Jegen Date: Tue, 12 Jan 2016 22:15:50 +0100 Subject: [PATCH] Run go fmt ./... --- index/firestorm/analysis_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index/firestorm/analysis_test.go b/index/firestorm/analysis_test.go index 4fe0c775..26631c41 100644 --- a/index/firestorm/analysis_test.go +++ b/index/firestorm/analysis_test.go @@ -74,7 +74,7 @@ func TestAnalysis(t *testing.T) { { d: document.NewDocument("a"). AddField( - document.NewTextFieldWithIndexingOptions("name", nil, []byte("test"), document.IndexField|document.StoreField|document.IncludeTermVectors)), + document.NewTextFieldWithIndexingOptions("name", nil, []byte("test"), document.IndexField|document.StoreField|document.IncludeTermVectors)), r: &index.AnalysisResult{ DocID: "a", Rows: []index.IndexRow{