Skip to content

Commit 113c33a

Browse files
committed
Merge branch 'tim/clippy' into 'master'
fix: clippy::inconsistent-struct-constructor See merge request TankerHQ/sdk-rust!34
2 parents 3b37e65 + 6011d1a commit 113c33a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/identity/admin.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
mod rest;
2+
23
pub use rest::admin_rest_request;
34

45
mod block;
6+
57
use block::serialized_root_block;
68

79
use super::App;
@@ -41,8 +43,8 @@ impl Admin {
4143
Ok(Self {
4244
client,
4345
admin_url,
44-
api_url,
4546
trustchain_url,
47+
api_url,
4648
id_token,
4749
})
4850
}

0 commit comments

Comments
 (0)