From 6cef663db536b584ca71bed3582dc5b4f62c8e9c Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Tue, 8 Dec 2015 13:43:41 -0800 Subject: [PATCH] [Representation] Add ending newline --- platform/representation/src/TemplatePrefetcher.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/representation/src/TemplatePrefetcher.js b/platform/representation/src/TemplatePrefetcher.js index 5523bb54f0..7dc05b052a 100644 --- a/platform/representation/src/TemplatePrefetcher.js +++ b/platform/representation/src/TemplatePrefetcher.js @@ -48,4 +48,4 @@ define( return TemplatePrefetcher; } -); \ No newline at end of file +);