Skip to content

Commit

Permalink
buf format
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-c4t committed Oct 17, 2024
1 parent 800586d commit 7f9a9f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion proto/cmp/services/transport/v1/list.proto
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ message TransportProductListRequest {
// Only respond with the products that are modified after this timestamp
//
// Timestamps may be used for both off-chain and on-chain operations.
// For on-chain operations, only seconds are supported, and nanoseconds
// For on-chain operations, only seconds are supported, and nanoseconds
// will be ignored.
google.protobuf.Timestamp modified_after = 2;
}
Expand Down
2 changes: 1 addition & 1 deletion proto/cmp/services/transport/v3/trip_types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ message TransitEvent {
// Date time of the event
//
// Timestamps may be used for both off-chain and on-chain operations.
// For on-chain operations, only seconds are supported, and nanoseconds
// For on-chain operations, only seconds are supported, and nanoseconds
// will be ignored.
google.protobuf.Timestamp date_time = 1;

Expand Down

0 comments on commit 7f9a9f4

Please sign in to comment.