Skip to content

Commit

Permalink
Revert format change
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Duncalf committed Sep 5, 2022
1 parent 51fbd1b commit 5d3e50a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
x.x.x Release notes (yyyy-MM-dd)
=============================================================
### Enhancements
* Small improvement to performance by caching JSI property String object [#4862](https://github.com/realm/realm-js/pull/4862)
* Small improvement to performance by caching JSI property String object [#4863](https://github.com/realm/realm-js/pull/4863)
* None.

### Fixed
Expand Down
3 changes: 1 addition & 2 deletions src/jsi/jsi_class.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -665,8 +665,7 @@ class ObjectWrap {
} // namespace realmjsi

template <typename ClassType>
class ObjectWrap<realmjsi::Types, ClassType> : public realm::js::realmjsi::ObjectWrap<ClassType> {
};
class ObjectWrap<realmjsi::Types, ClassType> : public realm::js::realmjsi::ObjectWrap<ClassType> {};

template <realmjsi::ArgumentsMethodType F>
fbjsi::Value wrap(fbjsi::Runtime& rt, const fbjsi::Value& thisVal, const fbjsi::Value* args, size_t count)
Expand Down

0 comments on commit 5d3e50a

Please sign in to comment.