调整缩进

This commit is contained in:
hemengyang
2022-01-12 19:10:29 +08:00
parent 6d21cbed55
commit 0e97022d3b
18 changed files with 309 additions and 319 deletions

View File

@ -50,8 +50,8 @@ class MessageTemplate(Formatter, Generic[TF]):
创建一个模板
参数:
template: 模板
factory: 消息构造类型,默认为 `str`
template: 模板
factory: 消息构造类型,默认为 `str`
"""
self.template: TF = template
self.factory: Type[TF] = factory