fix(lint): Fix remaining 80 character line issue

Signed-off-by: Stefan Niedermann <info@niedermann.it>
This commit is contained in:
Stefan Niedermann 2024-01-20 11:26:36 +01:00 committed by Andy Scherzinger
parent beaf01442f
commit 8efa364745
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -48,7 +48,8 @@ public abstract class SearchableBaseNoteFragment extends BaseNoteFragment {
@Override
public void onStart() {
this.color = ContextCompat.getColor(requireContext(), R.color.defaultBrand);
this.color = ContextCompat.getColor(
requireContext(), R.color.defaultBrand);
super.onStart();
}