chore(office_worker): add an extra empty line for prettier

This commit is contained in:
Michele Sessa 2022-11-21 15:24:21 +00:00 committed by Michele
parent dba6a14d2c
commit c6a2e5d80a
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
### Instructions
Create a structure `OfficeWorker` having the following public fields:
- `name` as `String`.
- `age` as `u32`.
- `role` as `WorkerRole`.