Skip to content

Commit

Permalink
KtLint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
JuancaG05 committed Nov 2, 2023
1 parent b7c809b commit e240487
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ class MainFileListFragment : Fragment(),
shouldSyncContents = false,
)
)
it.animate().translationY(-it.height.toFloat()*2).withEndAction { it.isVisible = false }
it.animate().translationY(-it.height.toFloat() * 2).withEndAction { it.isVisible = false }
}

// Set SortOptions and its listeners
Expand Down

0 comments on commit e240487

Please sign in to comment.