Skip to content

Commit 20add37

Browse files
committed
fix: linting
1 parent 98a2f8c commit 20add37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/test/java/com/instabug/flutter/InstabugApiTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ public void testSetThemeWithAllProperties() {
706706
verify(builder).setSecondaryTextStyle(Typeface.ITALIC);
707707
verify(builder).setCtaTextStyle(Typeface.BOLD_ITALIC);
708708

709-
mInstabug.verify(() -> Instabug.setTheme(any(com.instabug.library.model.IBGTheme.class)))
709+
mInstabug.verify(() -> Instabug.setTheme(any(com.instabug.library.model.IBGTheme.class)));
710710
}
711711

712712

0 commit comments

Comments
 (0)