Skip to content

Commit f37c8d1

Browse files
committed
💚
1 parent a34ff73 commit f37c8d1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package/cpp/rnskia/RNSkView.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,7 @@ class RNSkView : public std::enable_shared_from_this<RNSkView> {
162162
/**
163163
Destructor
164164
*/
165-
virtual ~RNSkView() {
166-
endDrawingLoop();
167-
}
165+
virtual ~RNSkView() { endDrawingLoop(); }
168166

169167
/**
170168
Sets custom properties. Custom properties are properties that are set

0 commit comments

Comments
 (0)