From c1f367b8505a775d8dd34405ce879e220fdb9979 Mon Sep 17 00:00:00 2001 From: Omar Abdulla Date: Wed, 13 Aug 2025 16:15:30 +0300 Subject: [PATCH] Format comments --- crates/format/src/metadata.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/crates/format/src/metadata.rs b/crates/format/src/metadata.rs index 721d8a0..7cfb5a4 100644 --- a/crates/format/src/metadata.rs +++ b/crates/format/src/metadata.rs @@ -71,9 +71,8 @@ pub struct Metadata { #[serde(skip_serializing_if = "Option::is_none")] pub file_path: Option, - /// This field specifies an EVM version requirement that the test case has - /// where the test might be run of the evm version of the nodes match the - /// evm version specified here. + /// This field specifies an EVM version requirement that the test case has where the test might + /// be run of the evm version of the nodes match the evm version specified here. #[serde(skip_serializing_if = "Option::is_none")] pub required_evm_version: Option, }