[ci] auto-format

This commit is contained in:
Loup-Garou911XD 2022-11-05 11:11:05 +00:00 committed by github-actions[bot]
parent 9c35e39a70
commit 3a901be3f3

View file

@ -17,17 +17,17 @@ type ml in chat or use plugin manager to open settings"""
def Print(*args):
out=""
out = ""
for arg in args:
a=str(arg)
a = str(arg)
out += a
ba.screenmessage(out)
def cprint(*args):
out=""
out = ""
for arg in args:
a=str(arg)
a = str(arg)
out += a
_ba.chatmessage(out)