From c4818e5cb4af42ffe41a4bb27404c2ed44a6b2bb Mon Sep 17 00:00:00 2001 From: Joshua Gigg Date: Sat, 19 Oct 2013 15:03:00 +0100 Subject: [PATCH] Fix code formatting introduced by PR #2333 --- doc/articles/handling-private-packages-with-satis.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/articles/handling-private-packages-with-satis.md b/doc/articles/handling-private-packages-with-satis.md index 11d513293..0219f8108 100644 --- a/doc/articles/handling-private-packages-with-satis.md +++ b/doc/articles/handling-private-packages-with-satis.md @@ -178,9 +178,9 @@ It is possible to make satis automatically resolve and add all dependencies for with the Downloads functionality to have a complete local mirror of packages. Just add the following to your `satis.json`: -```json +``` { - "require-dependencies": true, + "require-dependencies": true } ```