Skip to content

fix float formatting

Bengfort requested to merge fix-format-float into main

regression from !1768 (merged)

%i previously converted the float to int. There is not direct equivalent with format() so I used something a little different that ends up having the same effect.

Merge request reports