style(search_repo): sql code style
This commit is contained in:
@@ -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`",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user