Skip to content

Commit 3485c30

Browse files
author
Bryan Powell
committed
fix rebase miss
1 parent 5dfc574 commit 3485c30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/convert/streams.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import { join } from 'path';
1010
import { pipeline as cbPipeline, Readable, Transform, Writable } from 'stream';
1111
import { promisify } from 'util';
1212
import { LibraryError } from '../errors';
13-
import { SourceComponent } from '../metadata-registry';
14-
import { SfdxFileFormat, WriteInfo, WriterFormat, MetadataRegistry } from '../types';
13+
import { SourceComponent, MetadataRegistry } from '../metadata-registry';
14+
import { SfdxFileFormat, WriteInfo, WriterFormat } from '../types';
1515
import { ensureFileExists } from '../utils/fileSystemHandler';
1616
import { SourcePath } from '../common';
1717
import { ConvertTransaction } from './convertTransaction';

0 commit comments

Comments
 (0)