Fixup tests

This commit is contained in:
Nick Cameron 2017-05-02 11:42:38 +12:00
parent 547c0142f3
commit b4794dbd9f
2 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,6 @@
// rustfmt-type_punctuation_density: Compressed
// Type punctuation density
// FIXME: remove whitespace around `+`:
fn lorem<Ipsum:Dolor+Sit=Amet>() {
// body
}

View File

@ -1,7 +1,6 @@
// rustfmt-type_punctuation_density: Compressed
// Type punctuation density
// FIXME: remove whitespace around `+`:
fn lorem<Ipsum: Dolor + Sit=Amet>() {
fn lorem<Ipsum: Dolor+Sit=Amet>() {
// body
}