format: apply stylua

This commit is contained in:
Steven Arcangeli 2023-08-25 19:02:22 -07:00
parent f86d49446a
commit 4bad15909f
2 changed files with 7 additions and 7 deletions

View file

@ -289,7 +289,7 @@ M.enforce_action_order = function(actions)
-- We've detected a move cycle (e.g. MOVE /a -> /b + MOVE /b -> /a)
-- Split one of the moves and retry
local intermediate_url =
string.format("%s__oil_tmp_%05d", loop_action.src_url, math.random(999999))
string.format("%s__oil_tmp_%05d", loop_action.src_url, math.random(999999))
local move_1 = {
type = "move",
entry_type = loop_action.entry_type,