Skip to content

Commit

Permalink
Merge pull request blevesearch#1122 from mschoch/fix-build
Browse files Browse the repository at this point in the history
fix build
  • Loading branch information
mschoch authored Feb 1, 2019
2 parents 13a4e56 + 84070ba commit db4e30b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index/scorch/scorch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,16 @@
package scorch

import (
"fmt"
"log"
"math/rand"
"os"
"reflect"
"regexp"
"strconv"
"sync"
"testing"
"time"
"math/rand"

"github.com/blevesearch/bleve/analysis"
"github.com/blevesearch/bleve/analysis/analyzer/keyword"
Expand Down

0 comments on commit db4e30b

Please sign in to comment.