Skip to content

Commit 29eb6ff

Browse files
jankeromnesnt1m
authored andcommitted
Autofix: trailing-spaces (#396)
1 parent a95c36c commit 29eb6ff

File tree

13 files changed

+948
-948
lines changed

13 files changed

+948
-948
lines changed

.eslintrc-browser.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ module.exports = {
2727
"functions": "never",
2828
}
2929
],
30-
30+
3131
// Override some eslint base rules because we're using ES5.
3232
"no-new": "off",
33-
33+
3434
// Custom rules.
3535
"no-console": ["error", {"allow": ["warn", "error"]}],
3636
}

.eslintrc-node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports = {
1919
"camelcase": "off",
2020
"no-var": "error",
2121
"prefer-const": "error",
22-
22+
2323
// Override some eslint base rules because we're using node.
2424
"no-console": "off",
2525
}

static/css/blog.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
.blog .article-wrapper {
3232
border-top: solid 1px #ededf0;
33-
padding: 60px 0 80px 0;
33+
padding: 60px 0 80px 0;
3434
overflow: auto;
3535
height: 400px;
3636
overflow: hidden;
@@ -51,7 +51,7 @@
5151

5252
.blog .article-wrapper::after,
5353
.blog label {
54-
padding: 50px 0 30px 0;
54+
padding: 50px 0 30px 0;
5555
}
5656

5757
.blog article h1 {

static/css/janitor-new.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ textarea.form-control {
449449
text-align: left;
450450
display: block;
451451
}
452-
452+
453453
.navbar .menu-toggle:checked + ul,
454454
.navbar ul li {
455455
display: block;

static/css/landing.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#quotes {
3232
background: #fafafa;
3333
border-top: solid 1px #eaeaea;
34-
border-bottom: solid 1px #eaeaea;
34+
border-bottom: solid 1px #eaeaea;
3535
display: flex;
3636
justify-content: space-around;
3737
}
@@ -71,7 +71,7 @@
7171
color: #666;
7272
padding: 0 5px 20px 0;
7373
}
74-
74+
7575
.quote blockquote::before, .quote blockquote::after {
7676
content: '"';
7777
font-size: 18px;

static/fonts/glyphicons-halflings-regular.svg

Lines changed: 1 addition & 1 deletion
Loading

static/img/icons/search.svg

Lines changed: 5 additions & 5 deletions
Loading

static/img/janitor.svg

Lines changed: 21 additions & 21 deletions
Loading

0 commit comments

Comments
 (0)