Skip to content

Commit a177db1

Browse files
committed
fix: add missing newline at end of file
1 parent 4bc62ff commit a177db1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/controllers/home_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ def show
1010
}
1111
end
1212
end
13-
end
13+
end

app/views/shared/_dojos.html+smartphone.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@
3939
.addClass("fa-chevron-right");
4040
});
4141
});
42-
</script>
42+
</script>

app/views/shared/_social_buttons_raw.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
</a>
1919
</li>
2020
<%# コメントアウトされたLINEのボタンは省略 %>
21-
</ol>
21+
</ol>

0 commit comments

Comments
 (0)