aboutsummaryrefslogtreecommitdiffstats
path: root/lib/warden-core/src
diff options
context:
space:
mode:
Diffstat (limited to 'lib/warden-core/src')
-rw-r--r--lib/warden-core/src/lib.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/warden-core/src/lib.rs b/lib/warden-core/src/lib.rs
index 53f25f2..d039516 100644
--- a/lib/warden-core/src/lib.rs
+++ b/lib/warden-core/src/lib.rs
@@ -8,8 +8,7 @@
/// Type file descriptor
#[cfg(any(feature = "message", feature = "pseudonyms"))]
-pub const FILE_DESCRIPTOR_SET: &[u8] =
- tonic::include_file_descriptor_set!("warden_descriptor");
+pub const FILE_DESCRIPTOR_SET: &[u8] = tonic::include_file_descriptor_set!("warden_descriptor");
/// Google well known types
#[allow(missing_docs)]