diff --git a/handbook/engineering.md b/handbook/engineering.md
index 72ff7638d3..aeae29b295 100644
--- a/handbook/engineering.md
+++ b/handbook/engineering.md
@@ -294,9 +294,6 @@ Another place to cache things would be Redis. The improvement here is that all i
Redis has solved many scaling problems in general, but itβs not devoid of scaling problems of its own. In particular, we learned that the SCAN command scans the whole key space before it does the filtering. This can be very slow, depending on the state of the system. If Redis is slow, a lot suffers from it.
-
-
-
## Rituals
The following rituals are engaged in by the directly responsible individual (DRI) and at the frequency specified for the ritual.
@@ -319,3 +316,7 @@ The following [Slack channels are maintained](https://fleetdm.com/handbook/compa
| `#g-interface` | Luke Heath
| `#g-agent` | Zach Wasserman
| `#_pov-environments` | Ben Edwards
+
+
+
+