Update the brace format from 1tbs to stroustrup
This commit is contained in:
parent
1c7308e188
commit
3dd3139281
13 changed files with 31 additions and 16 deletions
|
|
@ -28,7 +28,8 @@ export class RipCryptCombatant extends Combatant {
|
|||
const disposition = this.disposition;
|
||||
if (disposition === `unknown`) {
|
||||
total += 0.25;
|
||||
} else if (whoFirst !== disposition) {
|
||||
}
|
||||
else if (whoFirst !== disposition) {
|
||||
total += 0.5;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue