Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
jsonrpsee
Commits
de1276d3
Unverified
Commit
de1276d3
authored
Aug 10, 2022
by
Alexandru Vasile
Browse files
Fix fmt
Signed-off-by:
Alexandru Vasile
<
alexandru.vasile@parity.io
>
parent
c026b0a1
Pipeline
#207220
passed with stages
in 5 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
http-server/src/server.rs
View file @
de1276d3
...
...
@@ -54,8 +54,8 @@ use jsonrpsee_core::tracing::{rx_log_from_json, rx_log_from_str, tx_log_from_str
use
jsonrpsee_core
::
TEN_MB_SIZE_BYTES
;
use
jsonrpsee_types
::
error
::{
ErrorCode
,
ErrorObject
,
BATCHES_NOT_SUPPORTED_CODE
,
BATCHES_NOT_SUPPORTED_MSG
};
use
jsonrpsee_types
::{
Id
,
Notification
,
Params
,
Request
};
use
std
::
error
::
Error
as
StdError
;
use
serde_json
::
value
::
RawValue
;
use
std
::
error
::
Error
as
StdError
;
use
tokio
::
net
::{
TcpListener
,
ToSocketAddrs
};
use
tower
::
layer
::
util
::
Identity
;
use
tower
::
Layer
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment