inserting date into email template

Sorry, this is my first time trying something like this and I’m still doing something wrong. This is what I’m currently using but it splits it over 2 lines.

Sale Ends {% set future_date = local_dt|plus_time(10, ‘days’)%}
{{ datetimeformat(future_date, ‘%B %e, %Y’) }} at Midnight

Would like it all to appear on one line. Thanks again for being so helpful