Skip to content

Commit c6f0362

Browse files
committed
fix(docs): correct formatting in FAssets agent details guide
1 parent 59b9a36 commit c6f0362

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/fassets/developer-guides/9-fassets-agent-details.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Here's a complete Solidity language function that retrieves all agent details in
7777
```solidity
7878
function getAgentDetails(address _managementAddress) external view
7979
returns (string memory name, string memory description, string memory iconUrl, string memory termsOfUseUrl) {
80-
80+
8181
// Get Asset Manager and AgentOwnerRegistry
8282
IAssetManager assetManager = ContractRegistry.getAssetManagerFXRP();
8383
address agentOwnerRegistryAddress = assetManager.getSettings().agentOwnerRegistry;
@@ -106,4 +106,4 @@ To continue your FAssets development journey, you can:
106106
- Learn how to [mint FXRP](/fassets/developer-guides/fassets-mint)
107107
- Understand how to [redeem FXRP](/fassets/developer-guides/fassets-redeem)
108108
- Explore [FAssets system settings](/fassets/operational-parameters)
109-
:::
109+
:::

0 commit comments

Comments
 (0)