Skip to content

Commit 443f2a8

Browse files
CopilotBillWagner
andcommitted
Fix markdown linting issues - remove trailing whitespace
Co-authored-by: BillWagner <[email protected]>
1 parent 35442d6 commit 443f2a8

File tree

1 file changed

+4
-4
lines changed
  • docs/csharp/language-reference/compiler-messages

1 file changed

+4
-4
lines changed

docs/csharp/language-reference/compiler-messages/cs9036.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
description: "Compiler Error CS9036"
33
title: "Compiler Error CS9036"
44
ms.date: 05/19/2025
5-
f1_keywords:
5+
f1_keywords:
66
- "CS9036"
7-
helpviewer_keywords:
7+
helpviewer_keywords:
88
- "CS9036"
99
---
1010
# Compiler Error CS9036
@@ -26,7 +26,7 @@ class C
2626
class Program
2727
{
2828
public required C C { get; set; }
29-
29+
3030
static void Main()
3131
{
3232
var program = new Program()
@@ -51,7 +51,7 @@ class C
5151
class Program
5252
{
5353
public required C C { get; set; }
54-
54+
5555
static void Main()
5656
{
5757
var program = new Program()

0 commit comments

Comments
 (0)