From c6a2e5d80ae7d03d6b896529acb24e94b96dafb7 Mon Sep 17 00:00:00 2001 From: Michele Sessa Date: Mon, 21 Nov 2022 15:24:21 +0000 Subject: [PATCH] chore(office_worker): add an extra empty line for prettier --- subjects/office_worker/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/subjects/office_worker/README.md b/subjects/office_worker/README.md index a7a2f026..461735e3 100644 --- a/subjects/office_worker/README.md +++ b/subjects/office_worker/README.md @@ -3,6 +3,7 @@ ### Instructions Create a structure `OfficeWorker` having the following public fields: + - `name` as `String`. - `age` as `u32`. - `role` as `WorkerRole`.