Skip to content

Commit fccbc42

Browse files
committed
fix: linting
1 parent d17f136 commit fccbc42

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
@@ -718,7 +718,7 @@ public void testSetThemeWithAllProperties() {
718718
verify(builder).setSecondaryTextStyle(Typeface.ITALIC);
719719
verify(builder).setCtaTextStyle(Typeface.BOLD_ITALIC);
720720

721-
mInstabug.verify(() -> Instabug.setTheme(any(com.instabug.library.model.IBGTheme.class)))
721+
mInstabug.verify(() -> Instabug.setTheme(any(com.instabug.library.model.IBGTheme.class)));
722722
}
723723

724724

0 commit comments

Comments
 (0)