mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-12 05:07:19 +00:00
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:
parent
f741098251
commit
c527c1a7e8
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue