pub fn display_net(n: &i64) -> String
Format a net line delta: positive values get a leading +, zero and negative values render with their natural sign (0, -5).
+
0
-5