Before the fmt ci was not checking the issues in the templates/mopro-example-app, which resulted in the code not being correctly formatted error when running cargo fmt --all -- --check.
This PR:
Fixed the code formatting issue.
Added the additional check to the ci to catch similar issues.
This PR's cli CI fails, even though the PR does no breaking changes, rather reordering the code. Do not understand why. Managed to run the same IOS test where the issue occures successfully on my local machine.
Before the
fmt
ci was not checking the issues in thetemplates/mopro-example-app
, which resulted in the code not being correctly formatted error when runningcargo fmt --all -- --check
.This PR: