summaryrefslogtreecommitdiff
path: root/tests/modules/pipe/sched_echo_server.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-09-25 00:33:07 +0800
committerruki <[email protected]>2020-09-25 00:33:07 +0800
commit90af4956738036172984f068502624bbc515cae7 (patch)
tree7cd7177becaf98e676ae8eaa478f042e14505d3a /tests/modules/pipe/sched_echo_server.lua
parent700f08a7bae11c22295f884610f98b7b99eb1790 (diff)
fix trailing white-space
Diffstat (limited to 'tests/modules/pipe/sched_echo_server.lua')
-rw-r--r--tests/modules/pipe/sched_echo_server.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/modules/pipe/sched_echo_server.lua b/tests/modules/pipe/sched_echo_server.lua
index 8a5b0b2a9..6a89131d0 100644
--- a/tests/modules/pipe/sched_echo_server.lua
+++ b/tests/modules/pipe/sched_echo_server.lua
@@ -5,7 +5,7 @@ function _session(id)
local pipefile = pipe.open("test" .. id, 'r')
if pipefile:connect() > 0 then
- print("%s/%d: connected", pipefile, id)
+ print("%s/%d: connected", pipefile, id)
local count = 0
local result = nil
while count < 10000 do