Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit c3948d3

Browse files
autofix-botjankeromnes
authored andcommitted
Autofix: trailing-spaces
1 parent b76bfdb commit c3948d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/templates/blog.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ const BlogTemplate: React.SFC<BlogTemplateProps> = ({ data }) => {
233233
</span>
234234
}
235235
shareButtons={
236-
<SharePost
236+
<SharePost
237237
title={title}
238238
authors={authors}
239239
url={`https://www.gitpod.io${data.markdownRemark.fields.slug}`}
@@ -245,7 +245,7 @@ const BlogTemplate: React.SFC<BlogTemplateProps> = ({ data }) => {
245245
<div dangerouslySetInnerHTML={{ __html: data.markdownRemark.html }} />
246246
</div>
247247

248-
<SharePost
248+
<SharePost
249249
title={title}
250250
authors={authors}
251251
url={`https://www.gitpod.io${data.markdownRemark.fields.slug}`}

0 commit comments

Comments
 (0)