Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit a2c2866

Browse files
committed
reformat
1 parent eb456a7 commit a2c2866

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

shell/platform/darwin/macos/framework/Source/FlutterView.mm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ - (instancetype)initWithMTLDevice:(id<MTLDevice>)device
2929
_reshapeListener = reshapeListener;
3030
_threadSynchronizer = [[FlutterThreadSynchronizer alloc] init];
3131
_surfaceManager = [[FlutterSurfaceManager alloc] initWithDevice:device
32-
commandQueue:commandQueue
33-
layer:self.layer
34-
threadSynchronizer:_threadSynchronizer];
32+
commandQueue:commandQueue
33+
layer:self.layer
34+
threadSynchronizer:_threadSynchronizer];
3535
}
3636
return self;
3737
}

0 commit comments

Comments
 (0)