Skip to content

Commit f84c89d

Browse files
Mobile Ads Developer Relationscopybara-github
authored andcommitted
No public description
PiperOrigin-RevId: 768737988
1 parent 6c42e9e commit f84c89d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/android-library/app/src/main/java/com/google/unity/ads/nativead/UnityNativeTemplateTextStyle.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public boolean equals(Object o) {
6565
return true;
6666
}
6767

68-
if (o == null || !(o instanceof UnityNativeTemplateTextStyle)) {
68+
if (!(o instanceof UnityNativeTemplateTextStyle)) {
6969
return false;
7070
}
7171

0 commit comments

Comments
 (0)