Skip to content

Commit

Permalink
make mkdocs happy
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood committed Jan 11, 2024
1 parent 8619dad commit 5bacac0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/ruff_linter/src/rules/ruff/rules/sort_dunder_all.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ use itertools::Itertools;
/// __all__ = [
/// "b",
/// "c",
/// "a"
/// "a",
/// ]
///
/// if sys.platform == "win32":
Expand All @@ -41,7 +41,7 @@ use itertools::Itertools;
/// __all__ = [
/// "a",
/// "b",
/// "c"
/// "c",
/// ]
///
/// if sys.platform == "win32":
Expand Down

0 comments on commit 5bacac0

Please sign in to comment.