Skip to content

Commit

Permalink
add trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
aboedo committed Jul 19, 2023
1 parent e1d7d48 commit eaca37f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ class OfferingFragment : Fragment(), PackageCardAdapter.PackageCardAdapterListen
requireActivity(),
PurchasesError(
underlyingErrorMessage = exception.underlyingErrorMessage,
code = exception.code
code = exception.code,
),
)
}
Expand Down

0 comments on commit eaca37f

Please sign in to comment.