Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyProgrammist committed Dec 20, 2024
1 parent aef8c14 commit 49bc57b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion near-sdk/src/environment/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@ pub fn promise_and(promise_indices: &[PromiseIndex]) -> PromiseIndex {
/// ```ignore
/// let target_account = "example.near".to_string();
/// let promise_index = env::promise_batch_create(&target_account);
///
///
/// // Adding actions to the promise
/// env::promise_batch_action_transfer(promise_index, 10u128); // Transfer 10 NEAR
/// env::promise_batch_action_function_call(
Expand Down

0 comments on commit 49bc57b

Please sign in to comment.