Skip to content

Commit 522e98a

Browse files
committed
prettier
1 parent 7dc29a4 commit 522e98a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/matches/matches.controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ export class MatchesController {
248248
Wingman: "",
249249
};
250250

251-
for(const cfg of match_type_cfgs) {
251+
for (const cfg of match_type_cfgs) {
252252
match.options.cfg_overrides[cfg.type] = cfg.cfg;
253253
}
254254
}

0 commit comments

Comments
 (0)