Skip to content

FPHSA: remove extra space

Ben Boeckel requested to merge ben.boeckel/cmake:extra-fphsa-space into master

Each missing variable is added to the string as " ${var}" which causes the string to always have a leading space. Remove the duplicate space due to this in the output.


Mentioned in #16884.

Merge request reports