Skip to content

Commit

Permalink
fix: spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra committed Sep 13, 2023
1 parent f621e5e commit af85048
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/govv3/generateProposalReport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ export async function generateProposalReport({
const ipfsMeta = await getProposalMetadata(proposal.ipfsHash, process.env.IPFS_GATEWAY);
report += `### Ipfs
<details>
<summary>Proposal text</summary>
<details>
<summary>Proposal text</summary>
${ipfsMeta.description}
</details>`;
</details>`;

// check if simulation was successful

Expand Down

0 comments on commit af85048

Please sign in to comment.