Skip to content

Commit

Permalink
Update crates/ruff_linter/src/rules/pydocstyle/rules/ends_with_punctu…
Browse files Browse the repository at this point in the history
…ation.rs

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
  • Loading branch information
yahayaohinoyi and AlexWaygood authored Sep 19, 2024
1 parent 9b95c6e commit c337764
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ pub(crate) fn ends_with_punctuation(checker: &mut Checker, docstring: &Docstring
".".to_string(),
line.start() + trimmed.text_len(),
)));
checker.diagnostics.push(diagnostic);
}
checker.diagnostics.push(diagnostic);
};
}
}

0 comments on commit c337764

Please sign in to comment.