Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
FloppyDisck committed Nov 4, 2024
1 parent d47e9eb commit ba5003b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
20 changes: 10 additions & 10 deletions packages/proto/src/any.rs
Original file line number Diff line number Diff line change
Expand Up @@ -178,16 +178,16 @@ mod test {
}

impl<
A: Default
+ Message
+ Name
+ Send
+ Sync
+ Serialize
+ DeserializeOwned
+ PartialEq
+ Clone,
> Name for ExternalStructTest<A>
A: Default
+ Message
+ Name
+ Send
+ Sync
+ Serialize
+ DeserializeOwned
+ PartialEq
+ Clone,
> Name for ExternalStructTest<A>
{
const NAME: &'static str = "AnyValue";
const PACKAGE: &'static str = "test";
Expand Down
1 change: 0 additions & 1 deletion proto-build/src/parser/utils/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
pub mod common;
pub mod gen_type_param;
pub mod is_important;

0 comments on commit ba5003b

Please sign in to comment.