From a972b3a46de681ed0e24c8db3842f85b443a1498 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Wed, 30 Dec 2020 10:47:24 -0500 Subject: [PATCH 2/2] ensure that types.rec ends w/ at least one blank line This is so that when we cat(1) it w/ the body, the first record is not overlooked as part of the "header". --- http-status-codes/types.rec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/http-status-codes/types.rec b/http-status-codes/types.rec index 62bb135..4cb9636 100644 --- a/http-status-codes/types.rec +++ b/http-status-codes/types.rec @@ -17,3 +17,5 @@ %mandatory: Identifier %allowed: Reference %sort: Number + +# Do not delete this comment; the above blank line is necessary syntax. -- 2.29.2