From fe05011e306eda4e409b9575f113952a2c4f4aed Mon Sep 17 00:00:00 2001 From: Ian Minoso Date: Tue, 20 Sep 2016 17:27:48 -0400 Subject: [PATCH] Add the missing newline --- static/js/pages/public-repo-exp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pages/public-repo-exp.js b/static/js/pages/public-repo-exp.js index ddfd11a40..f7e95ca3a 100644 --- a/static/js/pages/public-repo-exp.js +++ b/static/js/pages/public-repo-exp.js @@ -16,4 +16,4 @@ CookieService.putPermanent('quay.public-repo-exp', value.toString()); }; } -}()); \ No newline at end of file +}());