Skip to content

Commit 6a2f15e

Browse files
committed
Fix prettier formatting in commands.ts
1 parent f30b112 commit 6a2f15e

File tree

1 file changed

+4
-4
lines changed
  • extensions/positron-python/src/client/common/application

1 file changed

+4
-4
lines changed

extensions/positron-python/src/client/common/application/commands.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ export interface ICommandNameArgumentTypeMapping extends ICommandNameWithoutArgu
6363
Uri | string,
6464
(
6565
| {
66-
installOnlyNewlyAddedFromExtensionPackVSIX?: boolean;
67-
installPreReleaseVersion?: boolean;
68-
donotSync?: boolean;
69-
}
66+
installOnlyNewlyAddedFromExtensionPackVSIX?: boolean;
67+
installPreReleaseVersion?: boolean;
68+
donotSync?: boolean;
69+
}
7070
| undefined
7171
),
7272
];

0 commit comments

Comments
 (0)