Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
LucioFranco committed Oct 4, 2019
1 parent ea5e674 commit b8a43d7
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions tonic/src/codec/tests.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
use super::{prost::{ProstDecoder, ProstEncoder}, Streaming, encode_server};
use super::{
encode_server,
prost::{ProstDecoder, ProstEncoder},
Streaming,
};
use crate::Status;
use bytes::{Bytes, Buf, IntoBuf, BytesMut, BufMut};
use prost::Message;
use bytes::{Buf, BufMut, Bytes, BytesMut, IntoBuf};
use http_body::Body;
use prost::Message;
use std::{
io::Cursor,
pin::Pin,
task::{Context, Poll},
io::Cursor,
};

#[derive(Clone, PartialEq, prost::Message)]
Expand Down

0 comments on commit b8a43d7

Please sign in to comment.