diff --git a/tests/source/configs-type_punctuation_density-compressed.rs b/tests/source/configs-type_punctuation_density-compressed.rs index 9cfb04658d5..6e16e610566 100644 --- a/tests/source/configs-type_punctuation_density-compressed.rs +++ b/tests/source/configs-type_punctuation_density-compressed.rs @@ -1,7 +1,6 @@ // rustfmt-type_punctuation_density: Compressed // Type punctuation density -// FIXME: remove whitespace around `+`: fn lorem() { // body } diff --git a/tests/target/configs-type_punctuation_density-compressed.rs b/tests/target/configs-type_punctuation_density-compressed.rs index b05c353dc44..4b3e02e19ea 100644 --- a/tests/target/configs-type_punctuation_density-compressed.rs +++ b/tests/target/configs-type_punctuation_density-compressed.rs @@ -1,7 +1,6 @@ // rustfmt-type_punctuation_density: Compressed // Type punctuation density -// FIXME: remove whitespace around `+`: -fn lorem() { +fn lorem() { // body }