feat: 修改格式

This commit is contained in:
莘权 马 2023-08-01 12:07:58 +08:00
parent 0c1febfc77
commit e5885ec99a

View file

@ -282,8 +282,7 @@ class Role:
@staticmethod
def format_value(value, options):
"""Fill parameters inside `value` with `options`.
"""
"""Fill parameters inside `value` with `options`."""
if "{" not in value:
return value