Format comments

This commit is contained in:
Omar Abdulla
2025-08-13 16:15:30 +03:00
parent 0797cd99fc
commit c1f367b850
+2 -3
View File
@@ -71,9 +71,8 @@ pub struct Metadata {
#[serde(skip_serializing_if = "Option::is_none")]
pub file_path: Option<PathBuf>,
/// 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<EvmVersionRequirement>,
}