Skip to content

Commit

Permalink
Make fmt happy
Browse files Browse the repository at this point in the history
  • Loading branch information
xgreenx committed Jan 19, 2023
1 parent 11b8fae commit 3190082
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions crates/services/importer/src/importer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,10 @@ where
///
/// After the commit into the database notifies about a new imported block.
///
/// Only one commit may be in progress at the time. All other calls will be fail.
/// # Concurrency
/// Returns an error if called while another call is in progress.
///
/// Only one commit may be in progress at the time. All other calls will be fail.
/// Returns an error if called while another call is in progress.
pub fn commit_result<EDatabase>(
&self,
result: UncommittedResult<StorageTransaction<EDatabase>>,
Expand Down

0 comments on commit 3190082

Please sign in to comment.