Skip to content

Commit 6c42e9e

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

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/UnityNativeTemplateStyle.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public boolean equals(Object o) {
114114
return true;
115115
}
116116

117-
if (o == null || !(o instanceof UnityNativeTemplateStyle)) {
117+
if (!(o instanceof UnityNativeTemplateStyle)) {
118118
return false;
119119
}
120120

0 commit comments

Comments
 (0)