style(search_repo): sql code style

This commit is contained in:
kumfo 2023-01-30 10:41:33 +08:00
parent 8b861b6fd7
commit 1aacf2802c
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ var (
"`user_id`",
"`vote_count`",
"`answer_count`",
"CASE WHEN `accepted_answer_id` >0 THEN 2 ELSE 0 END as `accepted`",
"CASE WHEN `accepted_answer_id` > 0 THEN 2 ELSE 0 END as `accepted`",
"`question`.`status` as `status`",
"`post_update_time`",
}