Skip to content

Commit

Permalink
fix prettier for lsp-factory.js
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ42 committed Oct 13, 2023
1 parent 50248d9 commit 3ef199a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ await LSP4DigitalAssetMetadata.uploadMetadata(
port: 5001,
protocol: 'https',
},
}
},
);
/**
{
Expand Down
2 changes: 1 addition & 1 deletion docs/tools/lsp-factoryjs/classes/lsp7-digital-asset.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ await lspFactory.LSP7DigitalAsset.deploy(
console.log(contracts.LSP7DigitalAsset);
},
},
}
},
);

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ await lspFactory.LSP8IdentifiableDigitalAsset.deploy(
console.log(contracts.LSP8IdentifiableDigitalAsset);
},
},
}
},
);

/**
Expand Down
6 changes: 3 additions & 3 deletions docs/tools/lsp-factoryjs/classes/universal-profile.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ await lspFactory.UniversalProfile.deploy(
console.log(contracts);
},
},
}
},
);

/**
Expand Down Expand Up @@ -511,7 +511,7 @@ await UniversalProfile.uploadProfileData(
},
{
ipfsGateway: 'https://ipfs.infura.io',
}
},
);

/**
Expand Down Expand Up @@ -543,7 +543,7 @@ await UniversalProfile.uploadProfileData(
port: 5001,
protocol: 'https',
},
}
},
);

/**
Expand Down

0 comments on commit 3ef199a

Please sign in to comment.