Format regression tests with rustfmt

This commit is contained in:
David Tolnay
2024-03-23 20:24:22 -07:00
parent d2dbbf7055
commit 4a0be88b5a

View File

@@ -1,6 +1,6 @@
#![allow(clippy::float_cmp)]
use serde_derive::{Serialize, Deserialize};
use serde_derive::{Deserialize, Serialize};
#[derive(Serialize, Deserialize, Debug)]
#[serde(tag = "type", content = "data")]