Skip to content

Commit c9e78c7

Browse files
committed
chore(ci): clang format
1 parent d8a3aeb commit c9e78c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package/cpp/bullet/RNFShapeWrapper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace margelo {
1515
*/
1616
class ShapeWrapper : public HybridObject {
1717
public:
18-
explicit ShapeWrapper(const char* name, std::shared_ptr<btCollisionShape> shape) : HybridObject(name), _shape(shape) {};
18+
explicit ShapeWrapper(const char* name, std::shared_ptr<btCollisionShape> shape) : HybridObject(name), _shape(shape) {}
1919

2020
void loadHybridMethods() override;
2121

0 commit comments

Comments
 (0)