diff --git a/deliverables/src/MV3500Cohort2018JulySeptember/homework1/SeversonAssignment1.java b/deliverables/src/MV3500Cohort2018JulySeptember/homework1/SeversonAssignment1.java
index 59d43bdd8859f695c3bb9361a7933fe594705744..472aa0ff45588c5be8b682af7391924c2e516507 100644
--- a/deliverables/src/MV3500Cohort2018JulySeptember/homework1/SeversonAssignment1.java
+++ b/deliverables/src/MV3500Cohort2018JulySeptember/homework1/SeversonAssignment1.java
@@ -27,6 +27,7 @@ public class SeversonAssignment1 {
             
             //Instantiate socket and wait for connection
             ServerSocket serverSocket = new ServerSocket(2317);
+            
             //Count the number of connections
             int connection = 0;