format_negative

Function format_negative 

Source
pub fn format_negative(is_negative: &bool) -> &'static str
Expand description

Quickly format a negative value (returns “-” if true or “” otherwise).