Skip to content

Commit

Permalink
format: fix trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Aug 10, 2022
1 parent ffed4eb commit ba504f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/substrait/algebra.proto
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ message Rel {
message NamedObjectWrite {
// The list of string is used to represent namespacing (e.g., mydb.mytable).
// This assumes shared catalog between systems exchanging a message.
//
//
repeated string names = 1;
substrait.extensions.AdvancedExtension advanced_extension = 10;
}
Expand Down

0 comments on commit ba504f3

Please sign in to comment.