Skip to content

Commit 8ecb6ec

Browse files
committed
fix: lint formatting
fix: lint formatting
1 parent c7aa970 commit 8ecb6ec

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

service_contracts/src/FilecoinWarmStorageService.sol

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -489,9 +489,7 @@ contract FilecoinWarmStorageService is
489489
cdnPricePerTibPerMonth = newCdnPrice;
490490
}
491491

492-
emit PricingUpdated(
493-
storagePricePerTibPerMonth, cacheMissPricePerTibPerMonth, cdnPricePerTibPerMonth
494-
);
492+
emit PricingUpdated(storagePricePerTibPerMonth, cacheMissPricePerTibPerMonth, cdnPricePerTibPerMonth);
495493
}
496494

497495
/**

0 commit comments

Comments
 (0)