mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-10 04:01:51 +00:00
Tidy presentation of errors for ef_tests
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#[derive(Debug, PartialEq, Clone)]
|
||||
pub struct FieldComparison {
|
||||
pub equal: bool,
|
||||
pub field_name: String,
|
||||
pub equal: bool,
|
||||
pub a: String,
|
||||
pub b: String,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user