fix mix of tabs and spaces

This commit is contained in:
Leah 2025-02-03 16:04:12 +01:00
parent 140daecf2f
commit f0de9000a0

View file

@ -188,9 +188,9 @@ export class MiUser {
@Column('boolean', {
default: true,
comment: 'Whether the User speaks in nya.',
})
public speakAsCat: boolean;
comment: 'Whether the User speaks in nya.',
})
public speakAsCat: boolean;
@Column('boolean', {
default: false,