Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomazFB committed Nov 15, 2024
1 parent a1a0e33 commit 5bdaf8b
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,10 @@ class WooShippingLabelPackageCreationFragment : BaseFragment() {
}

private fun handlePackageDataAsResult(packageData: PackageData) {
setFragmentResult(PACKAGE_SELECTION_RESULT, Bundle().apply {
putParcelable(PACKAGE_SELECTION_RESULT, packageData)
})
setFragmentResult(
PACKAGE_SELECTION_RESULT,
Bundle().apply { putParcelable(PACKAGE_SELECTION_RESULT, packageData) }
)
}

companion object {
Expand Down

0 comments on commit 5bdaf8b

Please sign in to comment.