From 8dc067b1d90de953a422290910d8a78b76c940a3 Mon Sep 17 00:00:00 2001 From: Steve Yen Date: Wed, 13 Jan 2016 15:11:50 -0800 Subject: [PATCH] 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 26631c41..4fe0c775 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{