Skip to content

Commit 436e243

Browse files
Update src/services/refactors/inlineVariable.ts
Co-authored-by: Daniel Rosenwasser <[email protected]>
1 parent ce1164b commit 436e243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/refactors/inlineVariable.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ interface InliningInfo {
4949
}
5050

5151
registerRefactor(refactorName, {
52-
kinds: [ inlineVariableAction.kind ],
52+
kinds: [inlineVariableAction.kind],
5353

5454
getAvailableActions(context) {
5555
const {

0 commit comments

Comments
 (0)