commit | ef7a18970f309632e3a3015ac1c659d72d36967b | [log] [tgz] |
---|---|---|
author | Allen George <allen.george@gmail.com> | Sun Dec 16 18:01:37 2018 -0500 |
committer | GREATEST Wiggler EvaR! <allen@actioniq.com> | Sun Dec 16 18:22:04 2018 -0500 |
tree | fbffe5b4701a2fc2ceec4d0d0b80b8384cd5aee7 | |
parent | 2b7365c54f823013cc6a4760798051b22743c103 [diff] [blame] |
Reformat rust code with rustfmt 1.0
diff --git a/lib/rs/src/server/mod.rs b/lib/rs/src/server/mod.rs index 3d8ccb2..70b381a 100644 --- a/lib/rs/src/server/mod.rs +++ b/lib/rs/src/server/mod.rs
@@ -17,8 +17,8 @@ //! Types used to implement a Thrift server. -use {ApplicationError, ApplicationErrorKind}; use protocol::{TInputProtocol, TMessageIdentifier, TMessageType, TOutputProtocol}; +use {ApplicationError, ApplicationErrorKind}; mod multiplexed; mod threaded;