Minor formatting

This commit is contained in:
Patrick Lühne 2020-05-13 01:40:44 +02:00
parent 07fc6a7f85
commit 4d00fbeb97
Signed by: patrick
GPG Key ID: 05F3611E97A70ABF
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ impl<'p> Translator<'p>
pub fn translate<P>(&mut self, program_path: P) -> Result<(), crate::Error>
where
P: AsRef<std::path::Path>
P: AsRef<std::path::Path>,
{
// Read input program
let program = std::fs::read_to_string(program_path.as_ref())