Commit d4932bf

mo khan <mo@mokhan.ca>
2019-08-12 00:24:39
add indentation
1 parent a4a0875
Changed files (1)
src/Q9/README.md
@@ -115,6 +115,6 @@
 
 1. Discussion
 
-This was fun. Instead of passing around x and y coordinate, I would have
-preferred to extract a `Coordinate` class that can check the boundaries of the
-grid.
+  This was fun. Instead of passing around x and y coordinate, I would have
+  preferred to extract a `Coordinate` class that can check the boundaries of the
+  grid.