Commit files changed by the formatting script

This commit is contained in:
Aaron Franke 2020-05-12 13:37:30 -04:00
parent 917ed35cbf
commit 5eddfaaf23
No known key found for this signature in database
GPG Key ID: 40A1750B977E56BF
5 changed files with 3 additions and 5 deletions

View File

@ -13,4 +13,3 @@ func _init(f_ref : FuncRef, perm_lvl : int, mx_args : int, mn_args : int, whr :
max_args = mx_args max_args = mx_args
min_args = mn_args min_args = mn_args
where = whr where = whr

View File

@ -9,4 +9,3 @@ func _init(sndr_dt, cmd, whspr):
sender_data = sndr_dt sender_data = sndr_dt
command = cmd command = cmd
whisper = whspr whisper = whspr