From 8d25b321e9469a061d546ee35b8cf9827a7b92c4 Mon Sep 17 00:00:00 2001
From: Jason Karns <jason.karns@gmail.com>
Date: Thu, 9 Apr 2020 10:12:55 -0400
Subject: [PATCH] Remove extraneous newlines that snuck in

---
 README.md | 2 --
 1 file changed, 2 deletions(-)

diff --git a/README.md b/README.md
index ff97762..d973c00 100644
--- a/README.md
+++ b/README.md
@@ -112,7 +112,6 @@ Refer [here](https://github.com/actions/checkout/blob/v1/README.md) for previous
 
 - [Checkout a different branch](#Checkout-a-different-branch)
 - [Checkout HEAD^](#Checkout-HEAD)
-
 - [Checkout multiple repos (side by side)](#Checkout-multiple-repos-side-by-side)
 - [Checkout multiple repos (nested)](#Checkout-multiple-repos-nested)
 - [Checkout multiple repos (private)](#Checkout-multiple-repos-private)
@@ -123,7 +122,6 @@ Refer [here](https://github.com/actions/checkout/blob/v1/README.md) for previous
 - [Fetch all branches](#Fetch-all-branches)
 - [Fetch all history for all tags and branches](#Fetch-all-history-for-all-tags-and-branches)
 
-
 ## Checkout a different branch
 
 ```yaml