Skip to content

Commit 10e37fd

Browse files
committed
Update tests
1 parent 71ca21f commit 10e37fd

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

tests/target/big-impl-block.rs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,17 @@ impl<ExcessivelyLongGenericName, ExcessivelyLongGenericName, AnotherExcessivelyL
5252
ExcessivelyLongGenericName,
5353
ExcessivelyLongGenericName,
5454
AnotherExcessivelyLongGenericName,
55-
> {
55+
>
56+
{
5657
fn foo() {}
5758
}
5859
impl Foo<ExcessivelyLongGenericName, ExcessivelyLongGenericName, AnotherExcessivelyLongGenericName>
5960
for Bar<
6061
ExcessivelyLongGenericName,
6162
ExcessivelyLongGenericName,
6263
AnotherExcessivelyLongGenericName,
63-
> {
64+
>
65+
{
6466
fn foo() {}
6567
}
6668
impl<
@@ -72,7 +74,8 @@ impl<
7274
ExcessivelyLongGenericName,
7375
ExcessivelyLongGenericName,
7476
AnotherExcessivelyLongGenericName,
75-
> {
77+
>
78+
{
7679
fn foo() {}
7780
}
7881

0 commit comments

Comments
 (0)