Skip to content

Commit

Permalink
fix proto (#5450)
Browse files Browse the repository at this point in the history
  • Loading branch information
mangas committed May 30, 2024
1 parent 5b64936 commit 1c5ded5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions graph/src/firehose/sf.firehose.v2.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// This file is @generated by prost-build.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct A {}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct SingleBlockRequest {
#[prost(message, repeated, tag = "6")]
pub transforms: ::prost::alloc::vec::Vec<::prost_types::Any>,
Expand Down
3 changes: 0 additions & 3 deletions graph/src/substreams/sf.substreams.v1.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// This file is @generated by prost-build.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct A {}
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct Package {
/// Needs to be one so this file can be used _directly_ as a
/// buf `Image` andor a ProtoSet for grpcurl and other tools
Expand Down

0 comments on commit 1c5ded5

Please sign in to comment.