[keel] Cleanup ox::Error(0) instance

This commit is contained in:
Gary Talent 2025-05-23 20:21:27 -05:00
parent fab012d3e7
commit c4c1d4777b

View File

@ -154,7 +154,7 @@ class AssetRef: public ox::SignalHandler {
private:
constexpr ox::Error emitUpdated() const noexcept {
updated.emit();
return ox::Error(0);
return {};
}
};