From 92bce02f3cc8d9701b1835263129d6e3a98f08a9 Mon Sep 17 00:00:00 2001 From: Eugene Date: Fri, 19 Jul 2024 00:01:46 +0200 Subject: [PATCH] lint --- tabby-core/src/components/splitTab.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabby-core/src/components/splitTab.component.ts b/tabby-core/src/components/splitTab.component.ts index b187fcb3..2cccfddb 100644 --- a/tabby-core/src/components/splitTab.component.ts +++ b/tabby-core/src/components/splitTab.component.ts @@ -1,4 +1,4 @@ -import { Observable, Subject, takeUntil, takeWhile } from 'rxjs' +import { Observable, Subject, takeWhile } from 'rxjs' import { Component, Injectable, ViewChild, ViewContainerRef, EmbeddedViewRef, AfterViewInit, OnDestroy, Injector } from '@angular/core' import { BaseTabComponent, BaseTabProcess, GetRecoveryTokenOptions } from './baseTab.component' import { TabRecoveryProvider, RecoveryToken } from '../api/tabRecovery'