Skip to content

Commit 54168cb

Browse files
committed
fmt
1 parent c7474b5 commit 54168cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/project/snapshot.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ type SnapshotChange struct {
133133
// It should only be set the value in the next snapshot should be changed. If nil, the
134134
// value from the previous snapshot will be copied to the new snapshot.
135135
compilerOptionsForInferredProjects *core.CompilerOptions
136-
newConfig *ls.UserPreferences
136+
newConfig *ls.UserPreferences
137137
// ataChanges contains ATA-related changes to apply to projects in the new snapshot.
138138
ataChanges map[tspath.Path]*ATAStateChange
139139
apiRequest *APISnapshotRequest
@@ -252,7 +252,7 @@ func (s *Snapshot) Clone(ctx context.Context, change SnapshotChange, overlays ma
252252
}
253253
}
254254
}
255-
255+
256256
userPreferences := s.userPreferences
257257
if change.newConfig != nil {
258258
userPreferences = change.newConfig

0 commit comments

Comments
 (0)