mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-14 02:27:06 +01:00
fix code style issues
solve merge conflicts format code format code format code
This commit is contained in:
parent
a27fb173dd
commit
ccee85a05e
8 changed files with 222 additions and 225 deletions
|
|
@ -17,6 +17,6 @@ import { AbstractInputComponent } from '../abstract-input'
|
|||
})
|
||||
export class CheckComponent extends AbstractInputComponent<boolean> {
|
||||
constructor() {
|
||||
super();
|
||||
super()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue