summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrettyWhite <geekman3454@protonmail.com>2017-05-10 14:36:10 -0400
committerBrettyWhite <geekman3454@protonmail.com>2017-05-10 14:36:10 -0400
commit2f0b85dc9393753bd769fe0dbb2d4cf9def5f222 (patch)
tree06d7c857ed14b9db2535031b8c83fec7479c4347
parent64a8cbe77e53a21215b8f29654010da26bb78aed (diff)
downloadsdl_ios-bugfix/issue_540.tar.gz
extra line removedbugfix/issue_540
-rw-r--r--SmartDeviceLink/SDLLifecycleManager.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLLifecycleManager.m b/SmartDeviceLink/SDLLifecycleManager.m
index 4e9e5db97..185822148 100644
--- a/SmartDeviceLink/SDLLifecycleManager.m
+++ b/SmartDeviceLink/SDLLifecycleManager.m
@@ -285,7 +285,6 @@ SDLLifecycleState *const SDLLifecycleStateReady = @"Ready";
}
// We are sure to have a HMIStatus, set state to ready
[self.lifecycleStateMachine transitionToState:SDLLifecycleStateReady];
-
}
- (void)didEnterStateReady {