Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Nov 9, 2023
1 parent 1571715 commit a606379
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/cheatcodes/src/string.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ fn parse_value_fallback(s: &str, ty: &DynSolType) -> Option<Result<DynSolValue,
return Some(Err("missing hex prefix (\"0x\") for hex string"))
}
}
// DynSolType::String => return Some(Ok(DynSolValue::String(s.to_owned()))),
_ => {}
}
None
Expand Down

0 comments on commit a606379

Please sign in to comment.