Skip to content

Commit 533ea27

Browse files
committed
Remove empty lines between related codes
1 parent 483c8ea commit 533ea27

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

xmlua/document.lua

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,6 @@ do -- C14N methods
201201
end)
202202
end
203203

204-
205-
206204
local function create_xml_node_set(nodes)
207205
if (not nodes) or #nodes == 0 then
208206
return nil
@@ -223,8 +221,6 @@ do -- C14N methods
223221
end)
224222
end
225223

226-
227-
228224
local wrap_raw_node do
229225
-- order is according to the constant value of xmlElementType enum in libxml2
230226
local type_generators = setmetatable({
@@ -305,8 +301,6 @@ do -- C14N methods
305301
end
306302
end
307303

308-
309-
310304
--- Canonicalize an XML document or set of elements.
311305
-- @param self xmlua.Document from which to canonicalize elements
312306
-- @tparam[opt={}] array|function select array of nodes to include, or function to determine if a node should be
@@ -362,7 +356,6 @@ do -- C14N methods
362356
end
363357
return libxml2.xmlBufferGetContent(buffer)
364358
end
365-
366359
end -- end of C14N methods
367360

368361
local function build_element(element, tree)

0 commit comments

Comments
 (0)