Skip to content

Commit

Permalink
fix: trim right source code
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Jun 16, 2020
1 parent 1aeeef1 commit 2908f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/components/src/Source/Source.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const Source: FC<SourceProps> = ({
display: 'block',
}}
>
{children}
{children.trimRight()}
</SyntaxHighlighter>
</ActionContainer>
);
Expand Down

0 comments on commit 2908f29

Please sign in to comment.