0
0

Run go fmt ./...

This commit is contained in:
Silvan Jegen 2016-01-12 22:15:50 +01:00
parent c3ddf038ab
commit 35ac2b2bee

View File

@ -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{