Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
tkaemming committed Dec 10, 2015
1 parent e0c9f63 commit fdc3392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kafkaesque/scripts/pull.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ local start = tonumber(page[2])
local cursor = offset
local results = {}

local function fetch_items ()
local function fetch_items()
local fetch = limit - #results
local items = redis.call('LRANGE', topic .. '/pages/' .. number, cursor - start, cursor - start + fetch - 1)
if #items == 0 then
Expand Down

0 comments on commit fdc3392

Please sign in to comment.