From c5c271a3d25d431d3c108d16e4b543bdc8b81752 Mon Sep 17 00:00:00 2001
From: Andrew Petro <andrew.petro@wisc.edu>
Date: Tue, 28 Apr 2020 12:58:57 -0500
Subject: [PATCH] style: trim trailing whitespace on lines

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

diff --git a/README.md b/README.md
index ac100d2..df9b896 100644
--- a/README.md
+++ b/README.md
@@ -6,5 +6,5 @@ This is the root context of myuw. It is just here to serve up some static html p
 
 ## Development
 
-From the root directory, run `npm start`. The web app will run at [http://localhost:8080](http://localhost:8080) and will 
-show the 404 page by default. 
\ No newline at end of file
+From the root directory, run `npm start`. The web app will run at [http://localhost:8080](http://localhost:8080) and will
+show the 404 page by default.
-- 
GitLab