Skip to content

Commit

Permalink
Remove trailing tabs.
Browse files Browse the repository at this point in the history
  • Loading branch information
markjcrane authored Sep 8, 2020
1 parent 269c21d commit 93f5c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/resources/scripts/app/ring_groups/index.lua
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@
body = body:gsub("'", "'");
body = body:gsub([["]], """);
body = trim(body);

--send the email
if (debug["info"]) then
freeswitch.consoleLog("notice", "[missed call]: "..mail_to.." '"..subject.."' '"..body.."'\n");
Expand Down

0 comments on commit 93f5c99

Please sign in to comment.