From f39f41d1d4e180aa0580e076cc2bf1e9e5536680 Mon Sep 17 00:00:00 2001
From: John Washam <john@readyprompt.com>
Date: Sat, 23 Jul 2016 11:24:23 -0700
Subject: [PATCH] Fixing callout.

---
 README.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/README.md b/README.md
index b640264..49072a6 100644
--- a/README.md
+++ b/README.md
@@ -204,7 +204,6 @@ Then test it out on a computer to make sure it's not buggy from syntax.
     If some of the lectures are too mathy, you can jump down to the bottom and
     watch the discrete mathematics videos to get the background knowledge.
 
-
 ## Data Structures
 
 - [x] **Arrays: (Implement an automatically resizing vector)**