Skip to content

Commit a5249f3

Browse files
docs: 🐛 change a tab to blank to align
1 parent a8af82e commit a5249f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/languages/CSharp/CSharp_1_basic.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ C# 的类型分为两种:值类型和引用类型(以及指针类型)。
163163
```c#
164164
public struct Point
165165
{
166-
public int x;
166+
public int x;
167167
public int y;
168168
}
169169
```

0 commit comments

Comments
 (0)