Skip to content

Commit 492f105

Browse files
committed
add missing newline at end of file
The previous commits stripped the trailing newline from several files. Let's restore them to their canonical form to prevent noise in later diffs.
1 parent 2445646 commit 492f105

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

app/assets/javascripts/application.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,4 +378,4 @@ $('#scrollToTop').click(function(e) {
378378
scrollTop: 0
379379
}, "slow");
380380
return false;
381-
});
381+
});

app/assets/stylesheets/application.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ pre {
4848

4949
.d-flex{
5050
display: flex;
51-
}
51+
}

app/assets/stylesheets/book.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,4 +164,4 @@ ol.book-toc {
164164
position: sticky;
165165
top: 2rem;
166166
}
167-
}
167+
}

app/assets/stylesheets/forms.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ form#search {
8080
padding: 0.3rem 0.1rem;
8181
}
8282
}
83-
}
83+
}

app/assets/stylesheets/front-page.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,4 +414,4 @@ a.icon {
414414
}
415415
}
416416
}
417-
}
417+
}

app/assets/stylesheets/lists.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,4 +188,4 @@ table.binaries {
188188
margin-bottom: 1rem;
189189
}
190190
}
191-
}
191+
}

app/assets/stylesheets/reference.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,4 +377,4 @@ code.command {
377377
height: auto;
378378
}
379379
}
380-
}
380+
}

app/assets/stylesheets/search.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,4 @@ ol.full-search-results {
142142
#search-results{
143143
margin-top: 4px;
144144
}
145-
}
145+
}

app/assets/stylesheets/sidebar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ aside.sidebar.active {
6666
z-index: 10;
6767
}
6868
}
69-
}
69+
}

app/assets/stylesheets/typography.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,4 +368,4 @@ div.more {
368368

369369
.text-center {
370370
text-align: center;
371-
}
371+
}

0 commit comments

Comments
 (0)