Skip to content

Commit f56122f

Browse files
committed
formatting
1 parent 06522b6 commit f56122f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

primitives/examples/spender_response.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use primitives::{sentry::SpenderResponse};
1+
use primitives::sentry::SpenderResponse;
22
use serde_json::{from_value, json};
33

44
fn main() {

sentry/src/routes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
//! ```
7171
//!
7272
//! #### GET `/v5/channel/:id/spender/:addr` (auth required)
73-
//!
73+
//!
7474
//! Gets the spender limits for a spender on a channel. It does so by fetching the
7575
//! latest Spendable entry from the database (or creating one if it doesn't exist yet) from which
7676
//! the total deposited amount is retrieved, and the latest NewState from which the total spent

0 commit comments

Comments
 (0)