Skip to content

Commit f07e853

Browse files
restyled-commitslazarkov
authored andcommitted
Restyled by google-java-format
1 parent f2ea34f commit f07e853

File tree

1 file changed

+2
-2
lines changed
  • examples/tv-app/android/App/platform-app/src/main/java/com/matter/tv/server/utils

1 file changed

+2
-2
lines changed

examples/tv-app/android/App/platform-app/src/main/java/com/matter/tv/server/utils/ResourceUtils.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ public Set<SupportedCluster> getSupportedClusters(final Resources resources, fin
9090
}
9191
cluster.optionalAttributesIdentifiers = attributeIds;
9292
} else {
93-
reader.skipValue();
94-
}
93+
reader.skipValue();
94+
}
9595
} catch (NumberFormatException | IllegalStateException e) {
9696
Log.e(TAG, "Invalid number format in JSON for key: " + name, e);
9797
reader.skipValue(); // Skip the invalid entry

0 commit comments

Comments
 (0)