forked from woem.men/forkey
fix mix of tabs and spaces
This commit is contained in:
parent
140daecf2f
commit
f0de9000a0
1 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue