From 9e3c43c60c7e52b1fb6c5b82b349bf8607666be9 Mon Sep 17 00:00:00 2001
From: John Mulhausen <john@docker.com>
Date: Thu, 29 Sep 2016 22:39:30 -0700
Subject: [PATCH] Removing empty front-matter

---
 docs/recipes/osx/com.docker.registry.plist | 4 ----
 docs/recipes/osx/config.yml                | 6 +-----
 2 files changed, 1 insertion(+), 9 deletions(-)

diff --git a/docs/recipes/osx/com.docker.registry.plist b/docs/recipes/osx/com.docker.registry.plist
index c367bb98..0982349f 100644
--- a/docs/recipes/osx/com.docker.registry.plist
+++ b/docs/recipes/osx/com.docker.registry.plist
@@ -1,7 +1,3 @@
----
-{}
----
-
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 <plist version="1.0">
diff --git a/docs/recipes/osx/config.yml b/docs/recipes/osx/config.yml
index b05bacb3..2677f824 100644
--- a/docs/recipes/osx/config.yml
+++ b/docs/recipes/osx/config.yml
@@ -1,7 +1,3 @@
----
-{}
----
-
 version: 0.1
 log:
   level: info
@@ -15,6 +11,6 @@ storage:
         rootdirectory: /Users/Shared/Registry
 http:
     addr: 0.0.0.0:5000
-    secret: mytokensecret 
+    secret: mytokensecret
     debug:
         addr: localhost:5001