Skip to content

Commit

Permalink
Format Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LTPhantom authored May 13, 2024
1 parent a6a6f8c commit ccdd769
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ public void setUp() throws NameNotFoundException {
if (Build.VERSION.SDK_INT >= TIRAMISU) {
doReturn(mockApplicationInfo)
.when(mockPackageManager)
.getApplicationInfo(
eq(PACKAGE_NAME),
any());
.getApplicationInfo(eq(PACKAGE_NAME), any());
} else {
doReturn(mockApplicationInfo)
.when(mockPackageManager)
Expand Down

0 comments on commit ccdd769

Please # to comment.