Skip to content

Commit

Permalink
fix: one tiny reformat in RemoveFilesDialogFragment
Browse files Browse the repository at this point in the history
  • Loading branch information
Aitorbp committed May 14, 2024
1 parent 55449f9 commit 5f9c0e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class RemoveFilesDialogFragment(
private val fileOperationViewModel: FileOperationsViewModel by sharedViewModel()
private var _binding: RemoveFilesDialogBinding? = null
private val binding get() = _binding!!

override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View {
_binding = RemoveFilesDialogBinding.inflate(inflater, container, false)
return binding.root
Expand Down

0 comments on commit 5f9c0e0

Please sign in to comment.