Skip to content

Commit

Permalink
Fix missing space
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui authored and systay committed Jan 13, 2025
1 parent 2dc194c commit e569e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ enum Type {
RAW = 2084;
// ROW_TUPLE represents multiple rows.
// Properties: 37, None.
ROW_TUPLE= 2085;
ROW_TUPLE = 2085;
}

// Value represents a typed value.
Expand Down

0 comments on commit e569e63

Please sign in to comment.