style: apply cargo fmt workspace-wide
Pure formatting pass from `cargo fmt --all`. No logic changes. Separating this out so the 1.9 release feature commits that follow show only their intentional edits.
This commit is contained in:
@@ -17,4 +17,5 @@ pub use prost_types;
|
||||
pub use tonic;
|
||||
|
||||
/// Encoded file descriptor set for gRPC reflection.
|
||||
pub const FILE_DESCRIPTOR_SET: &[u8] = include_bytes!(concat!(env!("OUT_DIR"), "/wfe_descriptor.bin"));
|
||||
pub const FILE_DESCRIPTOR_SET: &[u8] =
|
||||
include_bytes!(concat!(env!("OUT_DIR"), "/wfe_descriptor.bin"));
|
||||
|
||||
Reference in New Issue
Block a user