Skip to content

Commit

Permalink
Update src/services/refactors/inlineVariable.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Rosenwasser <DanielRosenwasser@users.noreply.github.com>
  • Loading branch information
2 people authored and Maria Solano committed Jun 12, 2023
1 parent 4080541 commit 9f39bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/refactors/inlineVariable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ interface InliningInfo {
}

registerRefactor(refactorName, {
kinds: [ inlineVariableAction.kind ],
kinds: [inlineVariableAction.kind],

getAvailableActions(context) {
const {
Expand Down

0 comments on commit 9f39bfb

Please sign in to comment.