storage: Add missing newlines at the end of the files

This commit is contained in:
Michael Bestas 2023-03-08 21:52:31 +02:00
parent b6e8d75b3e
commit b7c6b35d14
No known key found for this signature in database
GPG key ID: F2D6C348F85577F5
4 changed files with 4 additions and 4 deletions

View file

@ -4,4 +4,4 @@
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity" />
tools:context=".MainActivity" />

View file

@ -26,4 +26,4 @@
android:contentDescription="Add"
android:src="@drawable/ic_add" />
</androidx.coordinatorlayout.widget.CoordinatorLayout>
</androidx.coordinatorlayout.widget.CoordinatorLayout>

View file

@ -14,4 +14,4 @@
<!-- Customize your theme here. -->
<item name="colorAccent">@color/matrix</item>
</style>
</resources>
</resources>

View file

@ -8,4 +8,4 @@
<color name="black">#151515</color>
<color name="white">#FAFAFA</color>
<color name="matrix">#689F38</color>
</resources>
</resources>