Skip to content

Commit

Permalink
Update framework.rs
Browse files Browse the repository at this point in the history
use cargo +nightly fmt --all
  • Loading branch information
kwsc98 authored Feb 29, 2024
1 parent e24682f commit 60c944e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dubbo/src/framework.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,14 @@
* limitations under the License.
*/

use crate::triple::server::support::RpcServer;
use crate::{
protocol::{BoxExporter, Protocol},
registry::{
protocol::RegistryProtocol,
types::{Registries, RegistriesOperation},
BoxRegistry, Registry,
},
triple::server::support::RpcHttp2Server,
triple::server::support::{RpcHttp2Server, RpcServer},
};
use dubbo_base::Url;
use dubbo_config::{get_global_config, protocol::ProtocolRetrieve, RootConfig};
Expand Down

0 comments on commit 60c944e

Please sign in to comment.