fix formatting in msg_on_socket_derive.rs unit test

Turns out my cargo-fmt binary was being sourced from ~/.cargo/bin, which
was very out of date. Hopefully less formatting issues come out of my
chroot now.

TEST=cargo fmt --all -- --check
BUG=None

Change-Id: I50592e2781835840dc5d589c681b3438d6de3370
Reviewed-on: https://chromium-review.googlesource.com/1324669
Commit-Ready: Zach Reizner <zachr@chromium.org>
Tested-by: Zach Reizner <zachr@chromium.org>
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
This commit is contained in:
Zach Reizner 2018-11-07 14:00:31 -08:00 committed by chrome-bot
parent f741098251
commit c527c1a7e8

View file

@ -504,8 +504,8 @@ fn write_to_buffer_and_move_offset(name: &Ident, ty: &syn::Type) -> Tokens {
#[cfg(test)] #[cfg(test)]
mod tests { mod tests {
use syn::DeriveInput;
use socket_msg_impl; use socket_msg_impl;
use syn::DeriveInput;
#[test] #[test]
fn end_to_end_struct_test() { fn end_to_end_struct_test() {