cargo fmt

This commit is contained in:
Jędrzej Stuczyński
2023-08-09 14:43:43 +01:00
parent 935655cfb6
commit 87361e076c
+1 -1
View File
@@ -90,7 +90,7 @@ pub enum Error {
#[error("loaded shared gateway key without providing information about what gateway it corresponds to")]
GatewayWithUnknownEndpoint,
#[error("failed to send the provided message")]
MessageSendingFailure,
}