From 1384b3f3561f6fd1134c0a1f4800be837704ff4c Mon Sep 17 00:00:00 2001 From: Brent Vatne Date: Tue, 16 Jun 2015 21:14:14 -0700 Subject: [PATCH] Fix whitespace --- RCTVideo.m | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/RCTVideo.m b/RCTVideo.m index 94aa1137..52486890 100644 --- a/RCTVideo.m +++ b/RCTVideo.m @@ -47,11 +47,10 @@ static NSString *const statusKeyPath = @"status"; { if ((self = [super init])) { _eventDispatcher = eventDispatcher; + _rate = 1.0; _volume = 1.0; - - _resizeMode = @"AVLayerVideoGravityResizeAspectFill"; - + _resizeMode = @"AVLayerVideoGravityResizeAspectFill"; _pendingSeek = false; _pendingSeekTime = 0.0f; _lastSeekTime = 0.0f;