diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-09-11 12:52:46 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-09-11 13:05:57 +0100 |
| commit | df1660b1b78b5881c64c6fadd4ae12c8c01c6684 (patch) | |
| tree | 044bcfc85d3cffe3ede73e1285cacaf30aaa981d /tests/git_remote_nostr | |
| parent | db17699af4b0ec839b8340766aab91bacf974cd4 (diff) | |
refactor: fix fmt and clippy issues
which potentially were only identified when a dependancy was updated
Diffstat (limited to 'tests/git_remote_nostr')
| -rw-r--r-- | tests/git_remote_nostr/fetch.rs | 1 | ||||
| -rw-r--r-- | tests/git_remote_nostr/list.rs | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/git_remote_nostr/fetch.rs b/tests/git_remote_nostr/fetch.rs index 9ae17d8..b7415b5 100644 --- a/tests/git_remote_nostr/fetch.rs +++ b/tests/git_remote_nostr/fetch.rs | |||
| @@ -1,4 +1,3 @@ | |||
| 1 | |||
| 2 | use super::*; | 1 | use super::*; |
| 3 | 2 | ||
| 4 | #[tokio::test] | 3 | #[tokio::test] |
diff --git a/tests/git_remote_nostr/list.rs b/tests/git_remote_nostr/list.rs index 1b12bbd..3858ece 100644 --- a/tests/git_remote_nostr/list.rs +++ b/tests/git_remote_nostr/list.rs | |||
| @@ -1,4 +1,3 @@ | |||
| 1 | |||
| 2 | use super::*; | 1 | use super::*; |
| 3 | 2 | ||
| 4 | mod without_state_announcement { | 3 | mod without_state_announcement { |