From b4794dbd9fafc4e889dab9690addaf482a59641d Mon Sep 17 00:00:00 2001 From: Nick Cameron Date: Tue, 2 May 2017 11:42:38 +1200 Subject: [PATCH] Fixup tests --- tests/source/configs-type_punctuation_density-compressed.rs | 1 - tests/target/configs-type_punctuation_density-compressed.rs | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) 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 }