Testability ddd repository (#55)

This commit is contained in:
kos-for-juspay
2022-12-03 07:18:51 +02:00
committed by GitHub
parent 35289df715
commit 200a085fd0
116 changed files with 3551 additions and 1653 deletions

View File

@ -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)
}
}