File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ import { getLogger } from "log4js"
13
13
import { ProviderRegistry } from "atom-ide-base/commons-atom/ProviderRegistry"
14
14
import { applyTextEditsToBuffer } from "@atom-ide-community/nuclide-commons-atom/text-edit"
15
15
import nuclideUri from "@atom-ide-community/nuclide-commons/nuclideUri"
16
- import UniversalDisposable from "@atom-ide-community/nuclide-commons/UniversalDisposable"
17
16
18
17
// Save events are critical, so don't allow providers to block them.
19
18
export const SAVE_TIMEOUT = 2500
@@ -247,7 +246,7 @@ export default class CodeFormatManager {
247
246
248
247
consumeBusySignal ( busySignalService : BusySignalService ) : Disposable {
249
248
this . _busySignalService = busySignalService
250
- return new UniversalDisposable ( ( ) => {
249
+ return new Disposable ( ( ) => {
251
250
this . _busySignalService = null
252
251
} )
253
252
}
You can’t perform that action at this time.
0 commit comments