fix(library/relation_manager): typo
This commit is contained in:
parent
ffd0c2b09a
commit
96bc8ac208
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ relation_info_getter mk_relation_info_getter(environment const & env) {
|
|||
if (auto r = table.find(rop))
|
||||
return optional<relation_info>(*r);
|
||||
else
|
||||
optional<relation_info>();
|
||||
return optional<relation_info>();
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue