Skip to content

Commit 583ec96

Browse files
committed
Cosmetic change
1 parent 9fa741b commit 583ec96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/controllers/podcasts_controller.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def convert_shownote(content)
5050
content.gsub!(Podcast::TIMESTAMP_REGEX) do
5151
original_t = $1
5252
parts = original_t.split(':')
53-
53+
5454
# タイムスタンプをh:m:s形式に変換
5555
if parts.size == 3
5656
# 00:00:00 形式
@@ -64,7 +64,7 @@ def convert_shownote(content)
6464
# それ以外(通常は来ないはず)
6565
t = original_t
6666
end
67-
67+
6868
"- [#{original_t}](https://youtu.be/#{youtube_id}?t=#{t})   "
6969
end
7070
end

0 commit comments

Comments
 (0)