Skip to content

Commit d27f40c

Browse files
committed
prettier
1 parent 9cd1a4a commit d27f40c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/compiler/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ export default class Compiler {
685685
const filesIterator = files[Symbol.asyncIterator]();
686686
// We only care about the first item, since that is the file, rest could be directories
687687
const { value } = await filesIterator.next();
688-
688+
689689
// we grab the file and pin it
690690
const uploadedFile = value as Awaited<ReturnType<typeof this.ipfs.add>>;
691691
await this.ipfs.pin.add(uploadedFile.cid);

0 commit comments

Comments
 (0)