Skip to content

Commit af4ce7c

Browse files
committed
Fix spacing changes
1 parent bb338e3 commit af4ce7c

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

base/src/main/java/com/smartdevicelink/managers/BaseSdlManager.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,6 @@ public Builder setAppIcon(final SdlArtwork sdlArtwork) {
727727
return this;
728728
}
729729

730-
731730
/**
732731
* Sets the vector of AppHMIType <br>
733732
* <strong>Note: This should be an ordered list from most -> least relevant</strong>

base/src/main/java/com/smartdevicelink/managers/lifecycle/BaseLifecycleManager.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1514,6 +1514,7 @@ void onProtocolSessionStarted(SessionType sessionType) {
15141514
rai.setDayColorScheme(appConfig.getDayColorScheme());
15151515
rai.setNightColorScheme(appConfig.getNightColorScheme());
15161516
rai.setHashID(appConfig.getHashId());
1517+
15171518
//Add device/system info in the future
15181519

15191520
sendRPCMessagePrivate(rai, true);

0 commit comments

Comments
 (0)