Skip to content

Commit c2b1818

Browse files
committed
fix: 不要な改行を削除
1 parent 5003621 commit c2b1818

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/helpers/application_helper.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,5 +207,4 @@ def format_news_title(news)
207207
has_emoji = news.title[0]&.match?(/[\p{Emoji}&&[^0-9#*]]/)
208208
has_emoji ? news.title : "📰 #{news.title}"
209209
end
210-
211210
end

0 commit comments

Comments
 (0)