Skip to content

Commit 9f3cf93

Browse files
committed
Trailing spaces
1 parent 546ce6f commit 9f3cf93

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

www/secretary/workbench/views/actions/join.json.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
outputname = 'pages.pdf'
77
message = Mailbox.find(@message)
88
attachments = message.attachments
9-
9+
1010
Dir.mktmpdir do |dir|
1111
pages = []
1212
attachments.each do |attach|
@@ -22,7 +22,7 @@
2222
content: File.binread(outputpath), # must use binary read
2323
mime: 'application/pdf'
2424
}
25-
25+
2626
message.replace_all_attachments attachment
2727
end
2828

0 commit comments

Comments
 (0)