commit | 366ea6289596daa423778acebe033229ee5ccc06 | [log] [tgz] |
---|---|---|
author | Michael Bestas <mikeioannina@gmail.com> | Wed Mar 08 21:52:31 2023 +0200 |
committer | Chirayu Desai <952062+chirayudesai@users.noreply.github.com> | Thu Mar 09 02:42:03 2023 +0530 |
tree | f9d2bf9dfec7e6b634e7baf0369582f3c6475d12 | |
parent | cd9ff5e6c68c49955224eea48cb7d525dd851252 [diff] |
storage: Add missing newlines at the end of the files
diff --git a/storage/demo/src/main/res/layout/activity_main.xml b/storage/demo/src/main/res/layout/activity_main.xml index 1dfb73b..1de2219 100644 --- a/storage/demo/src/main/res/layout/activity_main.xml +++ b/storage/demo/src/main/res/layout/activity_main.xml
@@ -4,4 +4,4 @@ android:id="@+id/container" android:layout_width="match_parent" android:layout_height="match_parent" - tools:context=".MainActivity" /> \ No newline at end of file + tools:context=".MainActivity" />
diff --git a/storage/demo/src/main/res/layout/fragment_content.xml b/storage/demo/src/main/res/layout/fragment_content.xml index 9ef41fc..2a7bc30 100644 --- a/storage/demo/src/main/res/layout/fragment_content.xml +++ b/storage/demo/src/main/res/layout/fragment_content.xml
@@ -26,4 +26,4 @@ android:contentDescription="Add" android:src="@drawable/ic_add" /> -</androidx.coordinatorlayout.widget.CoordinatorLayout> \ No newline at end of file +</androidx.coordinatorlayout.widget.CoordinatorLayout>
diff --git a/storage/demo/src/main/res/values-night/themes.xml b/storage/demo/src/main/res/values-night/themes.xml index 52bc9c8..c59ec93 100644 --- a/storage/demo/src/main/res/values-night/themes.xml +++ b/storage/demo/src/main/res/values-night/themes.xml
@@ -14,4 +14,4 @@ <!-- Customize your theme here. --> <item name="colorAccent">@color/matrix</item> </style> -</resources> \ No newline at end of file +</resources>
diff --git a/storage/demo/src/main/res/values/colors.xml b/storage/demo/src/main/res/values/colors.xml index cbb7d79..7c73c8c 100644 --- a/storage/demo/src/main/res/values/colors.xml +++ b/storage/demo/src/main/res/values/colors.xml
@@ -8,4 +8,4 @@ <color name="black">#151515</color> <color name="white">#FAFAFA</color> <color name="matrix">#689F38</color> -</resources> \ No newline at end of file +</resources>