File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,8 @@ fn main() {
87
87
// Query with `leader`
88
88
// You can either have `leader` or `validator` but not both!
89
89
{
90
- let with_leader_query = "activeTo=1624192200&leader=0x80690751969B234697e9059e04ed72195c3507fa" ;
90
+ let with_leader_query =
91
+ "activeTo=1624192200&leader=0x80690751969B234697e9059e04ed72195c3507fa" ;
91
92
92
93
let with_leader = CampaignListQuery {
93
94
page : 0 ,
Original file line number Diff line number Diff line change 204
204
//! ```
205
205
#![ doc = include_str ! ( "../../primitives/examples/campaign_list_query.rs" ) ]
206
206
//! ```
207
- //!
207
+ //!
208
208
//! Response:
209
- //!
209
+ //!
210
210
//! ```
211
211
#![ doc = include_str ! ( "../../primitives/examples/campaign_list_response.rs" ) ]
212
212
//! ```
Original file line number Diff line number Diff line change @@ -290,7 +290,6 @@ where
290
290
Ok ( success_response ( serde_json:: to_string ( & campaign) ?) )
291
291
}
292
292
293
-
294
293
/// GET `/v5/campaign/list`
295
294
pub async fn campaign_list < C : Locked + ' static > (
296
295
req : Request < Body > ,
You can’t perform that action at this time.
0 commit comments