Skip to content

Commit

Permalink
fix: use atom-ide-base's ProviderRegistry
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jul 15, 2021
1 parent 34eba0e commit 16c31a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CodeFormatManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { registerOnWillSave } from "@atom-ide-community/nuclide-commons-atom/Fil
import { getFormatOnSave, getFormatOnType } from "./config"
import { Range } from "atom"
import { getLogger } from "log4js"
import ProviderRegistry from "@atom-ide-community/nuclide-commons-atom/ProviderRegistry"
import { ProviderRegistry } from "atom-ide-base/commons-atom/ProviderRegistry"
import { applyTextEditsToBuffer } from "@atom-ide-community/nuclide-commons-atom/text-edit"
import { observeEditorDestroy } from "@atom-ide-community/nuclide-commons-atom/text-editor"
import { observableFromSubscribeFunction } from "@atom-ide-community/nuclide-commons/event"
Expand Down

0 comments on commit 16c31a6

Please sign in to comment.