Commit aac7dd6b authored by shaw's avatar shaw
Browse files

style: fix gofmt formatting in test file

Remove redundant alignment whitespace before comments.
parent 0ffb3201
...@@ -124,10 +124,10 @@ func (s *SettingRepoSuite) TestSetMultiple_WithEmptyValues() { ...@@ -124,10 +124,10 @@ func (s *SettingRepoSuite) TestSetMultiple_WithEmptyValues() {
settings := map[string]string{ settings := map[string]string{
"site_name": "AICodex2API", "site_name": "AICodex2API",
"site_subtitle": "Subscription to API", "site_subtitle": "Subscription to API",
"site_logo": "", // 用户未上传Logo "site_logo": "", // 用户未上传Logo
"api_base_url": "", // 用户未设置API地址 "api_base_url": "", // 用户未设置API地址
"contact_info": "", // 用户未设置联系方式 "contact_info": "", // 用户未设置联系方式
"doc_url": "", // 用户未设置文档链接 "doc_url": "", // 用户未设置文档链接
} }
s.Require().NoError(s.repo.SetMultiple(s.ctx, settings), "SetMultiple with empty values should succeed") s.Require().NoError(s.repo.SetMultiple(s.ctx, settings), "SetMultiple with empty values should succeed")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment