Skip to content
Snippets Groups Projects
Unverified Commit 4cdcb6b8 authored by Nikos Kontakis's avatar Nikos Kontakis
Browse files

fmt

parent 7254f224
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ pub const RW_FAILED: &str = "Should be able to read/write - failed. ";
pub const DEFAULT_TYPESTATE: &str = "'default' overriding should be ensured by typestate.";
pub const VALIDATION_CHECK: &str = "Validation failed. ";
pub const PREFIX_CANT_BE_NONE : &str = "Name prefix can't be None if a value exists.";
pub const PREFIX_CANT_BE_NONE: &str = "Name prefix can't be None if a value exists.";
pub const THIS_IS_A_BUG: &str =
"This is a bug please report it: https://github.com/paritytech/zombienet-sdk/issues";
......@@ -11,7 +11,7 @@ use serde::{de, Deserialize, Deserializer, Serialize};
use url::Url;
use super::{errors::ConversionError, resources::Resources};
use crate::shared::constants::{SHOULD_COMPILE, THIS_IS_A_BUG, INFAILABLE, PREFIX_CANT_BE_NONE};
use crate::shared::constants::{INFAILABLE, PREFIX_CANT_BE_NONE, SHOULD_COMPILE, THIS_IS_A_BUG};
/// An alias for a duration in seconds.
pub type Duration = u32;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment