style: cargo fmt --all
This commit is contained in:
@@ -14,7 +14,7 @@ impl FromStr for Storage {
|
||||
fn from_str(s: &str) -> Result<Self, Self::Err> {
|
||||
let uri = s.into_operator_uri()?;
|
||||
let operator = Operator::from_uri(&uri)?;
|
||||
|
||||
|
||||
let uri = uri.into();
|
||||
|
||||
Ok(Self { uri, operator })
|
||||
|
||||
Reference in New Issue
Block a user