Skip to content
Snippets Groups Projects
Commit a0dc2154 authored by Oliver Zimmerman's avatar Oliver Zimmerman
Browse files

Detekt - Line length issue.

parent 15fbcbad
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,8 @@ class SubmissionTestResultConsentGivenFragment : Fragment(R.layout.fragment_subm ...@@ -31,7 +31,8 @@ class SubmissionTestResultConsentGivenFragment : Fragment(R.layout.fragment_subm
private fun navigateToMainScreen() = private fun navigateToMainScreen() =
doNavigate( doNavigate(
SubmissionTestResultConsentGivenFragmentDirections.actionSubmissionTestResultConsentGivenFragmentToHomeFragment() SubmissionTestResultConsentGivenFragmentDirections
.actionSubmissionTestResultConsentGivenFragmentToHomeFragment()
) )
private fun buildErrorDialog(exception: CwaWebException): DialogHelper.DialogInstance { private fun buildErrorDialog(exception: CwaWebException): DialogHelper.DialogInstance {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment