Skip to content

Commit 04872d0

Browse files
committed
Reformatting.
1 parent 1cf7cb8 commit 04872d0

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

linera-execution/src/runtime.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,6 @@ where
897897
.send_request(|callback| ExecutionRequest::AssertBlobExists { blob_id, callback })?
898898
.recv_response()
899899
}
900-
901900
}
902901

903902
/// An extension trait to determine in compile time the different behaviors between contract and

linera-sdk/src/service/runtime.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ where
159159
pub fn assert_data_blob_exists(&self, hash: DataBlobHash) {
160160
base_wit::assert_data_blob_exists(hash.into())
161161
}
162-
163162
}
164163

165164
impl<Application> ServiceRuntime<Application>

0 commit comments

Comments
 (0)