mirror of
https://github.com/eugeny/tabby
synced 2025-12-12 02:35:41 +00:00
lint
This commit is contained in:
@@ -6,5 +6,5 @@ export interface RecoveredTab {
|
||||
}
|
||||
|
||||
export abstract class TabRecoveryProvider {
|
||||
abstract async recover (recoveryToken: any): Promise<RecoveredTab|null>
|
||||
abstract async recover (recoveryToken: any): Promise<RecoveredTab | null>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user