Skip to content

Commit

Permalink
Fix description;
Browse files Browse the repository at this point in the history
  • Loading branch information
yngvar-antonsson committed Aug 2, 2023
1 parent e3270f2 commit 8f6f2c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cartridge/sync-spaces.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ local function on_schema_init()
box.space._space:before_replace(before_replace)
end

--- Check if spaces have invalid format.
--- List sync spaces.
--
-- @function start_check
-- @function spaces_list_str
-- @treturn string String of spaces with invalid params, delimeted by comma
local function spaces_list_str()
local res = ''
Expand Down

0 comments on commit 8f6f2c7

Please sign in to comment.