fix compile error (#1451)

This commit is contained in:
water111 2022-06-13 18:40:52 -04:00 committed by GitHub
parent 8ccb1dfb66
commit 5da5c29fca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2809,6 +2809,8 @@ std::optional<RegisterAccess> get_form_reg_acc(Form* in) {
return atom.var();
}
}
return {};
}
} // namespace