modes:single|pair: Use square brackets instead of braces for display
Helps distinguish from the Debug print.
This commit is contained in:
@@ -35,7 +35,7 @@ impl Hand for Single {
|
||||
use std::fmt::{Display, Formatter, Result};
|
||||
impl Display for Single {
|
||||
fn fmt(&self, f: &mut Formatter<'_>) -> Result {
|
||||
write!(f, "Single({})", self.0)
|
||||
write!(f, "Single[{}]", self.0)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user