Add missing final newlines

Used this one-liner: https://unix.stackexchange.com/a/161853
This commit is contained in:
h1nk
2020-02-22 11:47:03 -05:00
parent b377878fd3
commit 598402d953
122 changed files with 122 additions and 122 deletions
+1 -1
View File
@@ -311,4 +311,4 @@ define([], function () {
browser.chromecast = browser.chrome && userAgent.toLowerCase().indexOf('crkey') !== -1;
return browser;
});
});
+1 -1
View File
@@ -279,4 +279,4 @@ define(['globalize'], function (globalize) {
return toLocaleTimeStringSupportsLocales;
}
};
});
});