Skip to content

Commit 5c35e8c

Browse files
restyled-commitslazarkov
authored andcommitted
Restyled by google-java-format
1 parent bf3cd7f commit 5c35e8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tv-app/android/App/platform-app/src/main/java/com/matter/tv/server/handlers/ApplicationLauncherManagerImpl.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ private void registerSelf(Context context) {
8181
@Override
8282
public int[] getCatalogList() {
8383
Log.i(TAG, "Get Catalog List");
84-
return new int[]{65521, 8891, 3191};
84+
return new int[] {65521, 8891, 3191};
8585
}
8686

8787
@Override

0 commit comments

Comments
 (0)