Skip to content

Commit ca20f1a

Browse files
Add final newline missing, Minor
1 parent 75725b7 commit ca20f1a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

voice/queueing/agent/queue-agent.5.x.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
end
1111
end
1212
response.text
13-
end
13+
end

voice/queueing/caller/queue-caller.5.x.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
r.Enqueue 'Queue Demo'
1010
end
1111
response.text
12-
end
12+
end

voice/queueing/redirect/queue-redirect.5.x.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
r.Redirect
1313
end
1414
response.text
15-
end
15+
end

0 commit comments

Comments
 (0)