Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Nov 23, 2023
1 parent 32abdcc commit 30e8046
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bindings/nodejs/lib/utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,10 @@ export class Utils {
* @param rent Rent cost of objects which take node resources.
* @returns The required storage deposit.
*/
static computeStorageDeposit(output: Output, storageScoreParameters: StorageScoreParameters): u64 {
static computeStorageDeposit(
output: Output,
storageScoreParameters: StorageScoreParameters,
): u64 {
const minStorageDepositAmount = callUtilsMethod({
name: 'computeStorageDeposit',
data: {
Expand Down

0 comments on commit 30e8046

Please sign in to comment.