Skip to content

Commit 504bc52

Browse files
committed
format again
1 parent 06ef2c4 commit 504bc52

File tree

1 file changed

+0
-1
lines changed
  • src/client/testing/testController/common

1 file changed

+0
-1
lines changed

src/client/testing/testController/common/utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ export function createTestingDeferred(): Deferred<void> {
3434
return createDeferred<void>();
3535
}
3636

37-
3837
export async function startTestIdsNamedPipe(testIds: string[]): Promise<string> {
3938
const pipeName: string = generateRandomPipeName('python-test-ids');
4039
// uses callback so the on connect action occurs after the pipe is created

0 commit comments

Comments
 (0)