Skip to content

Commit

Permalink
remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
levkk committed Oct 21, 2023
1 parent 4c554d1 commit af91dc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sailfish-compiler/src/procmacro.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit af91dc5

Please sign in to comment.