Skip to content

Commit ffc756b

Browse files
authored
fix indent
1 parent bced2c6 commit ffc756b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

conn_http_batch.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ func (h *httpConnect) prepareBatch(ctx context.Context, query string, opts drive
7373
return nil, err
7474
}
7575
// these column types cannot be specified in INSERT queries
76-
77-
if default_type == "MATERIALIZED" || default_type == "ALIAS" {
76+
if default_type == "MATERIALIZED" || default_type == "ALIAS" {
7877
continue
7978
}
8079
colNames = append(colNames, colName)

0 commit comments

Comments
 (0)