099_formatting.patch 119 B

1234
  1. 134c134
  2. < print("{???} ", .{(a + 1) * (b + 1)});
  3. ---
  4. > print("{d:>3} ", .{(a + 1) * (b + 1)});