From 253e377fc02e0f9b47ed4d278e5d8816c58419d5 Mon Sep 17 00:00:00 2001
From: Leonardo Matsuura <leonardo.matsuura@nubank.com.br>
Date: Sun, 30 Dec 2018 18:19:16 -0200
Subject: [PATCH] Fix: add newline back

---
 project.clj | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/project.clj b/project.clj
index c620f86bda7..9d6060a1144 100644
--- a/project.clj
+++ b/project.clj
@@ -5,6 +5,7 @@
   :description      "Metabase Community Edition"
   :url              "https://metabase.com/"
   :min-lein-version "2.5.0"
+
   :aliases
   {"generate-sample-dataset"           ["with-profile" "+generate-sample-dataset" "run"]
    "profile"                           ["with-profile" "+profile" "run" "profile"]
@@ -110,6 +111,7 @@
    [stencil "0.5.0"]                                                  ; Mustache templates for Clojure
    [expectations "2.2.0-beta2"]
    [toucan "1.1.9" :exclusions [org.clojure/java.jdbc honeysql]]]     ; Model layer, hydration, and DB utilities
+
   :main ^:skip-aot metabase.core
 
   ;; TODO - WHAT DOES THIS DO?
-- 
GitLab