Skip to content

Commit 714e82b

Browse files
zkatsheetalkamat
andauthored
Update src/services/mapCode.ts
Co-authored-by: Sheetal Nandi <shkamat@microsoft.com>
1 parent 1d22016 commit 714e82b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/mapCode.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export function mapCode(
5050
host: LanguageServiceHost,
5151
formatContext: formatting.FormatContext,
5252
preferences: UserPreferences,
53-
): FileTextChanges[] {
53+
): readonly FileTextChanges[] {
5454
try {
5555
return textChanges.ChangeTracker.with(
5656
{ host, formatContext, preferences },

0 commit comments

Comments
 (0)