Skip to content

Commit

Permalink
fix: remove indentation from original comment
Browse files Browse the repository at this point in the history
Indentation can break formatting.
  • Loading branch information
dessant committed Jun 9, 2019
1 parent b7ce8e6 commit 8752a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ module.exports = class Reaction {
</summary>
</br>
${commentBody}
${dedent(commentBody)}
</details>
</h6>
`;
Expand Down

0 comments on commit 8752a00

Please sign in to comment.