Skip to content

Commit f9e67f1

Browse files
committed
docs: remove empty line from method docs
1 parent b1023e7 commit f9e67f1

File tree

1 file changed

+0
-1
lines changed
  • src/Packages/Passport/Runtime/Scripts/Public

1 file changed

+0
-1
lines changed

src/Packages/Passport/Runtime/Scripts/Public/Passport.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,6 @@ public async UniTask<string> ZkEvmSendTransaction(TransactionRequest request)
337337
/// Retrieves the transaction information of a given transaction hash. This function uses the Ethereum JSON-RPC <c>eth_getTransactionReceipt</c> method.
338338
/// <returns>
339339
/// The receipt of the transaction or null if it is still processing.
340-
341340
/// </returns>
342341
/// </summary>
343342
public async UniTask<TransactionReceiptResponse> ZkEvmGetTransactionReceipt(string hash)

0 commit comments

Comments
 (0)