Skip to content

Commit 2d65e0e

Browse files
committed
lint
1 parent d1d1d12 commit 2d65e0e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/interfaces/facades/IBlobsFacade.sol

+4-4
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ interface IBlobsFacade {
4848
/// @param subscriptionId Identifier used to differentiate blob additions for the same subscriber.
4949
/// @return status The status of the blob: Pending, Resolved or Failed.
5050
function getBlobStatus(address subscriber, string memory blobHash, string memory subscriptionId)
51-
external
52-
view
53-
returns (BlobStatus status);
51+
external
52+
view
53+
returns (BlobStatus status);
5454

5555
/// @dev Get a list of pending blobs.
5656
/// @param size Maximum number of pending blobs to return.
@@ -88,7 +88,7 @@ interface IBlobsFacade {
8888
/// @param subscriptionId Identifier used to differentiate blob additions for the same subscriber.
8989
/// @param from The address of the account that is deleting the blob.
9090
function deleteBlob(address subscriber, string memory blobHash, string memory subscriptionId, address from)
91-
external;
91+
external;
9292

9393
/// @dev Overwrite a blob in storage.
9494
/// @param oldHash The blake3 hash of the blob to be deleted.

0 commit comments

Comments
 (0)