Update name_section.rs

This commit is contained in:
Nikolay Volf 2019-03-29 13:31:07 +03:00 committed by GitHub
parent 9ed706d6ae
commit b81d95507f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ impl NameSection {
Self {
module_name_subsection,
function_name_subsection,
local_name_subsection
local_name_subsection,
}
}