Guest User

Untitled

a guest
May 27th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. diff --git a/lib/Text/MicroTemplate.pm b/lib/Text/MicroTemplate.pm
  2. index 577c35f..ddfa7ed 100644
  3. --- a/lib/Text/MicroTemplate.pm
  4. +++ b/lib/Text/MicroTemplate.pm
  5. @@ -133,7 +133,7 @@ sub _build {
  6.  
  7. # add semicolon to last line of code
  8. if ($last_was_code) {
  9. - $lines[-1] .= ';';
  10. + $lines[-1] .= "\n;";
  11. }
  12.  
  13. # Wrap
Add Comment
Please, Sign In to add comment