From 93eb21def99ec6316055b8a5bd5b3a323c2393a0 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Thu, 12 Sep 2019 19:36:40 -0400 Subject: [PATCH] (NFC) Normalize trailing newlines --- ext/afform/mock/ang/afExamplePage.aff.html | 2 +- ext/afform/mock/ang/fakelibFoo.aff.html | 2 +- ext/afform/mock/ang/fakelibFoo.aff.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/afform/mock/ang/afExamplePage.aff.html b/ext/afform/mock/ang/afExamplePage.aff.html index 7e18ff5440..801da89856 100644 --- a/ext/afform/mock/ang/afExamplePage.aff.html +++ b/ext/afform/mock/ang/afExamplePage.aff.html @@ -1,3 +1,3 @@
Hello {{routeParams.name}}.
The foo says "".
-
The bare file says ""
\ No newline at end of file +
The bare file says ""
diff --git a/ext/afform/mock/ang/fakelibFoo.aff.html b/ext/afform/mock/ang/fakelibFoo.aff.html index b32d06d7f8..0c4807bcc3 100644 --- a/ext/afform/mock/ang/fakelibFoo.aff.html +++ b/ext/afform/mock/ang/fakelibFoo.aff.html @@ -1 +1 @@ -the foo bar stuff \ No newline at end of file +the foo bar stuff diff --git a/ext/afform/mock/ang/fakelibFoo.aff.json b/ext/afform/mock/ang/fakelibFoo.aff.json index 9e26dfeeb6..0967ef424b 100644 --- a/ext/afform/mock/ang/fakelibFoo.aff.json +++ b/ext/afform/mock/ang/fakelibFoo.aff.json @@ -1 +1 @@ -{} \ No newline at end of file +{} -- 2.25.1