Skip to content

Commit 83d53f1

Browse files
committed
Fix spacing for comment
1 parent 70b1595 commit 83d53f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/sdl_android/src/main/java/com/smartdevicelink/transport/SdlRouterService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1109,7 +1109,7 @@ public void onCreate() {
11091109
super.onCreate();
11101110
//Add this first to avoid the runtime exceptions for the entire lifecycle of the service
11111111
setRouterServiceExceptionHandler();
1112-
//This must be done regardless of if this service shuts down or not
1112+
//This must be done regardless of if this service shuts down or not
11131113
if(Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
11141114
hasCalledStartForeground = false;
11151115
enterForeground("Waiting for connection...", FOREGROUND_TIMEOUT/1000, false);

0 commit comments

Comments
 (0)