Fixup tests
This commit is contained in:
parent
547c0142f3
commit
b4794dbd9f
@ -1,7 +1,6 @@
|
||||
// rustfmt-type_punctuation_density: Compressed
|
||||
// Type punctuation density
|
||||
|
||||
// FIXME: remove whitespace around `+`:
|
||||
fn lorem<Ipsum:Dolor+Sit=Amet>() {
|
||||
// body
|
||||
}
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user