Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 12, 2024
1 parent 49193a0 commit f7157c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prqlc/prqlc/src/codegen/ast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ pub fn write_ident_part(s: &str) -> String {
// }}

/// Find a comment before a span. If there's exactly one newline prior, then the
/// comment is included here. Any furthur above are included with the prior token.
/// comment is included here. Any further above are included with the prior token.
fn find_comment_before(span: Span, tokens: &TokenVec) -> Option<TokenKind> {
// index of the span in the token vec
let index = tokens
Expand Down

0 comments on commit f7157c5

Please sign in to comment.