Browse Source

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

DEV-4017-prototypes-exercise-1-animals
Michele Sessa 2 years ago committed by Michele
parent
commit
c6a2e5d80a
  1. 1
      subjects/office_worker/README.md

1
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`.

Loading…
Cancel
Save