diff --git a/apps/app/navigation-app/main-page.xml b/apps/app/navigation-app/main-page.xml
index 740aeaa5e..cf7d2a0d8 100644
--- a/apps/app/navigation-app/main-page.xml
+++ b/apps/app/navigation-app/main-page.xml
@@ -10,4 +10,4 @@
-
+
\ No newline at end of file
diff --git a/tns-core-modules/ui/frame/fragment.transitions.android.ts b/tns-core-modules/ui/frame/fragment.transitions.android.ts
index 2d6221844..c89f19c82 100644
--- a/tns-core-modules/ui/frame/fragment.transitions.android.ts
+++ b/tns-core-modules/ui/frame/fragment.transitions.android.ts
@@ -759,4 +759,4 @@ class DefaultTransition extends Transition {
return getDefaultAnimation(false);
}
}
-}
\ No newline at end of file
+}
diff --git a/tns-core-modules/ui/frame/fragment.transitions.d.ts b/tns-core-modules/ui/frame/fragment.transitions.d.ts
index 7a715adcb..760c5baab 100644
--- a/tns-core-modules/ui/frame/fragment.transitions.d.ts
+++ b/tns-core-modules/ui/frame/fragment.transitions.d.ts
@@ -59,4 +59,4 @@ export function _clearFragment(fragment: any): void;
* @private
*/
export function _createIOSAnimatedTransitioning(navigationTransition: NavigationTransition, nativeCurve: any, operation: number, fromVC: any, toVC: any): any;
-//@endprivate
\ No newline at end of file
+//@endprivate
diff --git a/tns-core-modules/ui/frame/frame.android.ts b/tns-core-modules/ui/frame/frame.android.ts
index d039fae75..b545110c9 100644
--- a/tns-core-modules/ui/frame/frame.android.ts
+++ b/tns-core-modules/ui/frame/frame.android.ts
@@ -842,4 +842,4 @@ export function setActivityCallbacks(activity: android.app.Activity): void {
export function setFragmentCallbacks(fragment: android.app.Fragment): void {
fragment[CALLBACKS] = new FragmentCallbacksImplementation();
-}
\ No newline at end of file
+}