Skip to content

Commit ed18261

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent 1295b1c commit ed18261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/expression/function/json/json_extract.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ func (j *JSONExtract) Eval(ctx *sql.Context, row sql.Row) (interface{}, error) {
101101
if err != nil {
102102
return nil, err
103103
}
104-
104+
105105
if path == nil {
106106
continue
107107
}

0 commit comments

Comments
 (0)