Skip to content

Commit 33bc818

Browse files
committed
fomatting
1 parent 4876983 commit 33bc818

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/api.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -716,9 +716,9 @@ export interface PythonProjectCreator {
716716
* - undefined: if project creation fails.
717717
*/
718718
create(options?: PythonProjectCreatorOptions): Promise<PythonProject | PythonProject[] | Uri | Uri[] | undefined>;
719-
720-
/**
721-
* A flag indicating whether the project creator supports quick create where no user input is required.
719+
720+
/**
721+
* A flag indicating whether the project creator supports quick create where no user input is required.
722722
*/
723723
readonly supportsQuickCreate?: boolean;
724724
}

0 commit comments

Comments
 (0)