Skip to content
This repository was archived by the owner on Dec 15, 2021. It is now read-only.

Commit aa30c63

Browse files
author
Ahmed Ammar
committed
test
1 parent 860d6b1 commit aa30c63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/logstash/inputs/dynamodb.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,10 +305,10 @@ def stream(logstash_queue)
305305
while @something == false
306306
@logger.warn("Looping KCL thread #{@something}")
307307

308-
if (!@queue.empty?) {
308+
if !@queue.empty?
309309
event = @queue.pop()
310310
queue_event(@parser.parse_stream(event), logstash_queue, @host)
311-
}
311+
end
312312
end # while true
313313

314314
@logger.warn("Stopping stream...")

0 commit comments

Comments
 (0)