Skip to content

Commit 2dc9d9a

Browse files
Update WorkItem reference from #54288 to #54434
Co-authored-by: CyrusNajmabadi <4564579+CyrusNajmabadi@users.noreply.github.com>
1 parent d67bdb1 commit 2dc9d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Workspaces/CSharpTest/Formatting/FormattingTests_Patterns.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ void M(string[][] ss)
601601
}
602602
""");
603603

604-
[Fact, WorkItem("https://github.com/dotnet/roslyn/issues/54288")]
604+
[Fact, WorkItem("https://github.com/dotnet/roslyn/issues/54434")]
605605
public Task FormatPropertyPatternInPositionalPattern1()
606606
=> AssertFormatAsync("""
607607
class C

0 commit comments

Comments
 (0)