Skip to content

Commit

Permalink
Update support.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 aaed23d commit e24682f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dubbo/src/triple/server/support.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@ use std::{
task::{Context, Poll},
};

use crate::status::Code;
use crate::triple::triple_wrapper::{TripleRequestWrapper, TripleResponseWrapper};
use crate::{
codegen::{Request, Response, UnarySvc},
status::Status,
status::{Code, Status},
triple::triple_wrapper::{TripleRequestWrapper, TripleResponseWrapper},
BoxBody, BoxFuture, StdError,
};
use http_body::Body;
Expand Down

0 comments on commit e24682f

Please sign in to comment.