Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
stepancheg committed Sep 26, 2022
1 parent e6e5653 commit 3737ede
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion protobuf/src/reflect/field/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,8 @@ mod test {

use crate::descriptor::DescriptorProto;
use crate::reflect::ReflectValueBox;
use crate::well_known_types::struct_::{Struct, Value};
use crate::well_known_types::struct_::Struct;
use crate::well_known_types::struct_::Value;
use crate::MessageFull;

#[test]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
use std::collections::HashMap;

use protobuf::{reflect::ReflectValueBox, MessageFull};
use protobuf::reflect::ReflectValueBox;
use protobuf::MessageFull;

use super::test_reflect_clear_pb::*;

Expand Down

0 comments on commit 3737ede

Please sign in to comment.