Skip to content

Commit

Permalink
style: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
yang20150702 committed Jul 8, 2024
1 parent ba2098a commit 09ecb48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/greeter/src/greeter/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ pub mod protos {
use dubbo::codegen::*;

use dubbo::{extension, extension::registry_extension::RegistryExtension};
use dubbo_registry_nacos::NacosRegistry;
use futures_util::StreamExt;
use protos::{greeter_client::GreeterClient, GreeterRequest};
use dubbo_registry_nacos::NacosRegistry;

#[tokio::main]
async fn main() {
Expand Down
2 changes: 1 addition & 1 deletion examples/greeter/src/greeter/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
use std::{io::ErrorKind, pin::Pin};

use async_trait::async_trait;
use futures_util::{Stream, StreamExt};
use dubbo_registry_nacos::NacosRegistry;
use futures_util::{Stream, StreamExt};
use tokio::sync::mpsc;
use tokio_stream::wrappers::ReceiverStream;

Expand Down

0 comments on commit 09ecb48

Please sign in to comment.