mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 11:06:50 +08:00
Testability ddd repository (#55)
This commit is contained in:
@ -33,6 +33,6 @@ where
|
||||
T: fmt::Display,
|
||||
{
|
||||
fn fmt(val: &T, f: &mut fmt::Formatter<'_>) -> fmt::Result {
|
||||
f.write_str(&format!("{}", val))
|
||||
fmt::Display::fmt(val, f)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user