Skip to content

Commit 49bc57b

Browse files
fmt
1 parent aef8c14 commit 49bc57b

File tree

1 file changed

+1
-1
lines changed
  • near-sdk/src/environment

1 file changed

+1
-1
lines changed

near-sdk/src/environment/env.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@ pub fn promise_and(promise_indices: &[PromiseIndex]) -> PromiseIndex {
892892
/// ```ignore
893893
/// let target_account = "example.near".to_string();
894894
/// let promise_index = env::promise_batch_create(&target_account);
895-
///
895+
///
896896
/// // Adding actions to the promise
897897
/// env::promise_batch_action_transfer(promise_index, 10u128); // Transfer 10 NEAR
898898
/// env::promise_batch_action_function_call(

0 commit comments

Comments
 (0)