pub async fn get_format_diff(project_path: &Path) -> Result<String>
Get formatting diff for the project
Returns Error::Process if cargo fmt fails to execute.
Error::Process
cargo fmt