From 30bcde6a8381a567542d7a9f365103860fb3a396 Mon Sep 17 00:00:00 2001 From: tharshita <> Date: Wed, 1 Apr 2020 21:55:58 +0800 Subject: [PATCH] fixed EOF errors --- data/addressbook.json | 2 +- data/cookedRecords.json | 2 +- data/plannedbook.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/addressbook.json b/data/addressbook.json index 0356a130272..6d714234101 100644 --- a/data/addressbook.json +++ b/data/addressbook.json @@ -143,4 +143,4 @@ "steps" : [ "Boil chicken", "While chicken is cooking, add sesame oil and crushed ginger into rice and cook it", "When chicken is done, dip it into iced water", "Serve while rice is hot" ], "goals" : [ "Bulk like the Hulk" ] } ] -} \ No newline at end of file +} diff --git a/data/cookedRecords.json b/data/cookedRecords.json index 9f72c66ac74..0b423595f94 100644 --- a/data/cookedRecords.json +++ b/data/cookedRecords.json @@ -24,4 +24,4 @@ }, { "name" : "Asian BBQ Chicken" } ] -} \ No newline at end of file +} diff --git a/data/plannedbook.json b/data/plannedbook.json index 5ba166216f2..0594b95f5f9 100644 --- a/data/plannedbook.json +++ b/data/plannedbook.json @@ -14,4 +14,4 @@ } ], "date" : "2020-05-19" } ] -} \ No newline at end of file +}