Skip to content

Commit 32315e8

Browse files
committed
Refactor: Tweak newlines in SotechshaOverviewPageController
1 parent 7780148 commit 32315e8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
class SotechshaOverviewPageController < ScrivitoController
2-
32
def index
4-
@sts_posts = BlogPostPage.where(:_permalink, :starts_with, 'sotechsha/').order(created: :asc)
3+
@sts_posts = BlogPostPage.where(:_permalink, :starts_with,
4+
'sotechsha/').order(created: :asc)
55
end
6-
76
end

0 commit comments

Comments
 (0)