Skip to content

Commit 98b622b

Browse files
Copilotandrewbranch
andcommitted
Apply formatting
Co-authored-by: andrewbranch <3277153+andrewbranch@users.noreply.github.com>
1 parent 4e6577e commit 98b622b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

internal/ls/autoimport/fix.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ func addToExistingImport(
118118
namedImports []*newImportBinding,
119119
preferences *lsutil.UserPreferences,
120120
) {
121-
122121
switch importClauseOrBindingPattern.Kind {
123122
case ast.KindObjectBindingPattern:
124123
bindingPattern := importClauseOrBindingPattern.AsBindingPattern()

internal/ls/codeactions_importfixes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ var ImportFixProvider = &CodeFixProvider{
6060

6161
type fixInfo struct {
6262
// Use new-style fix when available
63-
fix *autoimport.Fix
63+
fix *autoimport.Fix
6464
// Use old-style fix for features not yet ported (UMD, type-only promotion)
6565
oldFix *ImportFix
6666
symbolName string

0 commit comments

Comments
 (0)