Skip to content

Commit

Permalink
✨ Remove srcode blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
mobyw committed Jun 7, 2024
1 parent e931709 commit 44339e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion march7th/nonebot_plugin_srcode/data_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,4 @@ async def get_code_msg() -> str:
# 该兑换码未开放
code_msg += f"第 {index} 个兑换码暂未发放\n"

return code_msg
return code_msg.strip()

0 comments on commit 44339e1

Please sign in to comment.