mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-31 12:19:08 -06:00
Formatting
This commit is contained in:
@@ -508,4 +508,4 @@ func TestInferSchema(t *testing.T) {
|
||||
assert.NoError(t, err)
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -275,7 +275,6 @@ func FilterColCollection(cc *ColCollection, cb func(col Column) bool) *ColCollec
|
||||
return NewColCollection(filtered...)
|
||||
}
|
||||
|
||||
|
||||
func ColCollUnion(colColls ...*ColCollection) (*ColCollection, error) {
|
||||
var allCols []Column
|
||||
for _, sch := range colColls {
|
||||
|
||||
@@ -19,9 +19,10 @@ import (
|
||||
"strconv"
|
||||
"testing"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
|
||||
"github.com/dolthub/dolt/go/libraries/doltcore/schema/typeinfo"
|
||||
"github.com/dolthub/dolt/go/store/types"
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
var firstNameCol = Column{"first", 0, types.StringKind, false, typeinfo.StringDefaultType, "", false, "", nil}
|
||||
|
||||
Reference in New Issue
Block a user