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>