Reformat legacy project
This commit is contained in:
@@ -64,7 +64,9 @@ def parsemeta(numName, c):
|
||||
)
|
||||
|
||||
|
||||
def event(numName, c): # yes I'm using a short variable because otherwise it goes off the screen
|
||||
def event(
|
||||
numName, c
|
||||
): # yes I'm using a short variable because otherwise it goes off the screen
|
||||
if dedup(numName, c):
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user