Skip to content

Commit

Permalink
fix: remove unexpected }
Browse files Browse the repository at this point in the history
  • Loading branch information
enmand committed Aug 16, 2024
1 parent 7c5f933 commit 1014d1c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/dwn-rs-core/src/stores.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,5 +166,3 @@ pub trait ResumableTaskStore: Default {

fn clear(&self) -> impl Future<Output = Result<(), ResumableTaskStoreError>> + Send;
}

}

0 comments on commit 1014d1c

Please sign in to comment.