style: fix markdownlint errors (MD030, MD004, MD047)

This commit is contained in:
xuxiang
2026-02-02 21:35:31 +08:00
parent d7cafbe582
commit 28a7a050c3
4 changed files with 5 additions and 5 deletions

View File

@@ -672,4 +672,4 @@ func (c *Counter) Increment() { c.n++ } // 指针接收者
**记住**Go 代码应当以一种“最乏味”的方式呈现——它是可预测的、一致的且易于理解的。如有疑问,请保持简单。
```
```