Skip to content

Commit c41c6a4

Browse files
fix(ios): remove stray character at start of EaseView.mm
clang-format introduced a stray 'l' at the beginning of the file, causing a compilation error.
1 parent 186fd2d commit c41c6a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ios/EaseView.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
l#import "EaseView.h"
1+
#import "EaseView.h"
22

33
#import <React/RCTConversions.h>
44

0 commit comments

Comments
 (0)