remove space

This commit is contained in:
Lev 2023-10-21 14:10:31 -07:00
parent 4c554d1a57
commit af91dc5243
1 changed files with 0 additions and 1 deletions

View File

@ -238,7 +238,6 @@ fn derive_template_impl(tokens: TokenStream) -> Result<TokenStream, syn::Error>
let lock = Lock::new(&lock_path);
match lock {
Ok(lock) => {
let (tsource, report) = compiler.resolve_file(&input_file)?;
let output_filetime = filetime(&output_file);