Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
Signed-off-by: suyanhanx <suyanhanx@gmail.com>
  • Loading branch information
suyanhanx committed May 13, 2023
1 parent ff2d51a commit bee4499
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion core/src/layers/madsim.rs
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,11 @@ impl LayeredAccessor for MadsimAccessor {
}
}

async fn append(&self, path: &str, args: OpAppend) -> crate::Result<(RpAppend, Self::Appender)> {
async fn append(
&self,
path: &str,
args: OpAppend,
) -> crate::Result<(RpAppend, Self::Appender)> {
Err(Error::new(
ErrorKind::Unsupported,
"will not be supported in MadsimLayer",
Expand Down

0 comments on commit bee4499

Please sign in to comment.