Skip to content

Commit bdd092c

Browse files
committed
ci: fix linter warning
1 parent 3413757 commit bdd092c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/proto/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ pub mod proto {
3636
pub const FILE_DESCRIPTOR_SET: &[u8] = tonic::include_file_descriptor_set!("ledger_v1_descriptor");
3737

3838
#[cfg(use_pregenerated_proto)]
39-
pub const FILE_DESCRIPTOR_SET: &[u8] =
40-
include_bytes!("generated/ledger_v1_descriptor.bin");
39+
pub const FILE_DESCRIPTOR_SET: &[u8] = include_bytes!("generated/ledger_v1_descriptor.bin");
4140

4241
/// Bidirectional conversions between domain and protobuf types.
4342
pub mod convert;

0 commit comments

Comments
 (0)