Skip to content

Commit 63a252c

Browse files
committed
chore: remove newline
1 parent 2a73ed7 commit 63a252c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/routes/ctx.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1+
use crate::{types::Request, RpcSend};
12
use serde_json::value::RawValue;
23
use tokio::sync::mpsc;
34
use tracing::error;
45

5-
use crate::{types::Request, RpcSend};
6-
76
/// Errors that can occur when sending notifications.
87
#[derive(thiserror::Error, Debug)]
98
pub enum NotifyError {

0 commit comments

Comments
 (0)