From 168e0a36270f9a1e4524dde335e0d0d3ae90d4f3 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Tue, 24 Oct 2017 15:12:46 -0400
Subject: [PATCH] Added missing newline at EOF.

---
 themes/local_mixin_example/mixin.config.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/local_mixin_example/mixin.config.php b/themes/local_mixin_example/mixin.config.php
index b7b10fe6ebc..c25386314e0 100644
--- a/themes/local_mixin_example/mixin.config.php
+++ b/themes/local_mixin_example/mixin.config.php
@@ -1,4 +1,4 @@
 <?php
 return [
     'js' => ['mixin-popup.js'],
-];
\ No newline at end of file
+];
-- 
GitLab