Whitespace fix
This commit is contained in:
parent
a462b93e30
commit
7c79a745d3
1 changed files with 1 additions and 1 deletions
|
|
@ -307,7 +307,7 @@ void export_value()
|
|||
|
||||
scope().attr("NULL_VALUE") = NULL_VALUE;
|
||||
scope().attr("string_value") = &string_value;
|
||||
scope().attr("mask_value") = &mask_value;
|
||||
scope().attr("mask_value") = &mask_value;
|
||||
scope().attr("value_context") = &value_context;
|
||||
|
||||
register_optional_to_python<value_t>();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue