Skip to content

Commit

Permalink
chore(Backend): 🎨 cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Eason0729 committed Jan 6, 2024
1 parent 1dc2834 commit 181f514
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions testsuit/src/case.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
use tonic::async_trait;

#[derive(Debug,thiserror::Error)]
pub enum Error{
#[derive(Debug, thiserror::Error)]
pub enum Error {
#[error("unreachable")]
Unreachable
Unreachable,
}

// pub struct StackedTestcase<O> where Self:Sized{
Expand All @@ -19,4 +19,4 @@ pub enum Error{

// }
// fn stack(self,state:I,next:Box<dyn Testcase<O>>)->Result<O,Error>where O:From<I>;
// }
// }

0 comments on commit 181f514

Please sign in to comment.