Skip to content

Commit e3b58bc

Browse files
committed
Chore: reformat file
1 parent b1fcb71 commit e3b58bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/sc2autosave.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ def generate_aspects(args, replay):
382382
return dict(
383383
result=teams[0].result,
384384
length=replay.length,
385-
map=replay.map_name.replace(':', ''),
385+
map=replay.map_name.replace(":", ""),
386386
type=replay.type,
387387
date=replay.date.strftime(args.date_format),
388388
matchup="v".join(matchups),

0 commit comments

Comments
 (0)