Skip to content

Commit 8efa364

Browse files
stefan-niedermannAndyScherzinger
authored andcommitted
fix(lint): Fix remaining 80 character line issue
Signed-off-by: Stefan Niedermann <info@niedermann.it>
1 parent beaf014 commit 8efa364

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/main/java/it/niedermann/owncloud/notes/edit/SearchableBaseNoteFragment.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ public abstract class SearchableBaseNoteFragment extends BaseNoteFragment {
4848

4949
@Override
5050
public void onStart() {
51-
this.color = ContextCompat.getColor(requireContext(), R.color.defaultBrand);
51+
this.color = ContextCompat.getColor(
52+
requireContext(), R.color.defaultBrand);
5253
super.onStart();
5354
}
5455

0 commit comments

Comments
 (0)