Skip to content

Commit

Permalink
Update src/modules/imports/import.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Phoenix Himself <[email protected]>
  • Loading branch information
Mte90 and Ph0enixKM committed Jul 10, 2024
1 parent 9535a23 commit 3f71a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/imports/import.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ impl Import {
Ok(content) => Ok(content),
Err(err) => error!(meta, self.token_path.clone() => {
message: format!("Could not read file '{}'", self.path.value),
comment: err.to_string()
comment: err.to_string()
})
}
}
Expand Down

0 comments on commit 3f71a3e

Please sign in to comment.