From 2a93e282b15c26dd5dc951e1ab692d95e516aba0 Mon Sep 17 00:00:00 2001 From: Anton Fonarev Date: Mon, 6 Nov 2017 02:44:27 +0300 Subject: [PATCH] Fixed comments formatting. --- sample.project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sample.project.clj b/sample.project.clj index 38a6fb67..845ba25d 100644 --- a/sample.project.clj +++ b/sample.project.clj @@ -83,8 +83,8 @@ ;; warns when version ranges are present anywhere in the dependency tree, ;; but can be set to true to warn for both ranges and overrides, or :abort ;; to exit in the case of ranges or overrides. Setting this to :warn or - ; :abort will also warn you when plugins or their dependencies - ; conflict with libraries used by Leiningen itself. + ;; :abort will also warn you when plugins or their dependencies + ;; conflict with libraries used by Leiningen itself. :pedantic? :abort ;; Global exclusions are applied across the board, as an alternative ;; to duplication for multiple dependencies with the same excluded libraries.