Skip to content

Commit 8e00d51

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent e043c31 commit 8e00d51

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

sql/expression/matchagainst.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ type MatchAgainst struct {
4444
RowCountTable sql.IndexAddressableTable
4545

4646
Expr sql.Expression
47-
47+
4848
evaluatedString string
4949
Columns []sql.Expression
5050
KeyCols fulltext.KeyColumns

sql/plan/create_index.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ type CreateIndex struct {
4040
Table sql.Node
4141
Catalog sql.Catalog
4242
Config map[string]string
43-
43+
4444
Name string
4545
Driver string
4646
CurrentDatabase string

sql/plan/create_user_data.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ type PasswordOptions struct {
8888
ReuseInterval *int64
8989
FailedAttempts *int64
9090
LockTime *int64
91-
91+
9292
RequireCurrentOptional bool
9393
}
9494

sql/plan/insert.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ type InsertInto struct {
6363
Destination sql.Node
6464
Source sql.Node
6565
DeferredDefaults sql.FastIntSet
66-
66+
6767
ColumnNames []string
6868

6969
checks sql.CheckConstraints

sql/plan/procedure.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ type Procedure struct {
8484
Definer string
8585
Comment string
8686
CreateProcedureString string
87-
87+
8888
Params []ProcedureParam
8989
Characteristics []Characteristic
9090
Ops []*procedures.InterpreterOperation

sql/plan/recursive_cte.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ type RecursiveCte struct {
5050

5151
name string
5252
ColumnNames []string
53-
53+
5454
schema sql.Schema
5555
id sql.TableId
5656
}

sql/plan/subquery.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ type Subquery struct {
3434
hashCache sql.KeyValueCache
3535
b sql.NodeExecBuilder
3636
disposeFunc sql.DisposeFunc
37-
37+
3838
QueryString string
3939

4040
cache []interface{}

sql/plan/table_editor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
type TableEditorIter struct {
2626
inner sql.RowIter
2727
errorEncountered error
28-
28+
2929
once *sync.Once
3030
onceCtx *sql.Context
3131
openerClosers []sql.EditOpenerCloser

0 commit comments

Comments
 (0)