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

Commit 77e4c26

Browse files
autofix-botgeropl
authored andcommitted
Autofix: trailing-spaces
1 parent dfef7ad commit 77e4c26

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

src/components/FeatureItem.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ const StyledFeatureItem = styled.div`
2424
padding-left: 3rem;
2525
}
2626
}
27-
27+
2828
.h3 {
2929
& + p {
3030
margin: 0;
31-
}
31+
}
3232
}
3333
3434
p {

src/components/docs/EditInGitpod.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react'
22

33
import styled from '@emotion/styled'
44

5-
const StyledEditInGitpod = styled.div`
5+
const StyledEditInGitpod = styled.div`
66
svg {
77
height: 3.5rem;
88
}

src/components/pricing/PricingBoxes.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,8 @@ const PricingBoxes = ({ isRendered, changeIsRendered }: PricingBoxesProps) => {
270270
<div className="cards row">
271271
<div className={`pricing__boxes ${isRendered ? 'hide' : 'show'}`}>
272272
{plans.map((plan, i) => (
273-
<PricingBox
274-
key={i}
273+
<PricingBox
274+
key={i}
275275
{...plan}
276276
headingLevel="h2"
277277
/>
@@ -280,9 +280,9 @@ const PricingBoxes = ({ isRendered, changeIsRendered }: PricingBoxesProps) => {
280280
<div className={`pricing__boxes ${isRendered ? 'show' : 'hide'}`}>
281281
<object role="presentation" tabIndex={-1} data={Cloud} className="cloud-img cloud-img--1" />
282282
{selfHostedPlans.map((plan, i) => (
283-
<PricingBox
284-
key={i}
285-
{...plan}
283+
<PricingBox
284+
key={i}
285+
{...plan}
286286
isTitleOutside={true}
287287
headingLevel="h2"
288288
/>

src/docs/config-ports.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ It has four possible values:
4646
Any changes to the `.gitpod.yml` will have effect immediately.
4747

4848
![.gitpod.yml containing ports configuration](./images/ports-onOpen.png)
49-
49+
5050
## Configure port visibility
51-
51+
5252
By default, all ports are in public visibiltiy state.
5353

5454
To change this behavior you can provide the property `visibility`.

0 commit comments

Comments
 (0)