Skip to content

Commit 981ca6c

Browse files
committed
style
1 parent 7769165 commit 981ca6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/message.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def from_mail(mail, list, list_seq)
4040

4141
self.from = mail.from_address&.raw
4242
self.from = Kconv.toutf8 from if from
43-
if !self.from && (list.name == 'ruby-core') && (list_seq == 161)
43+
if !from && (list.name == 'ruby-core') && (list_seq == 161)
4444
self.from = mail.from.encode Encoding::UTF_8, Encoding::KOI8_R
4545
end
4646

0 commit comments

Comments
 (0)