pub async fn format_path(path: &Path) -> Result<(), Error>
Format code at specific path
&Path
Result<(), io::Error>