chore: format the code (#4518)

This commit is contained in:
Kevin Wan
2024-12-22 15:10:44 +08:00
committed by GitHub
parent f57874a51f
commit 2159d112c3
2 changed files with 8 additions and 8 deletions

View File

@@ -305,7 +305,7 @@ func TestParser_Parse_atServerStmt(t *testing.T) {
"prefix3:": "v1/v2_",
"prefix4:": "a-b-c",
"summary:": `"test"`,
"key:": `"bar"`,
"key:": `"bar"`,
}
p := New("foo.api", atServerTestAPI)