Skip to content

Commit d739879

Browse files
committed
fix: Remove trailing spaces
1 parent 3157f86 commit d739879

File tree

1 file changed

+3
-3
lines changed
  • docs/source/src/rust/user-guide/expressions

1 file changed

+3
-3
lines changed

docs/source/src/rust/user-guide/expressions/lists.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
3838
// --8<-- [start:children]
3939
// Contribute the Rust translation of the Python example by opening a PR.
4040
// --8<-- [end:children]
41-
41+
4242
// --8<-- [start:list-aggregation]
4343
// Contribute the Rust translation of the Python example by opening a PR.
4444
// --8<-- [end:list-aggregation]
45-
45+
4646
// --8<-- [start:list-entropy]
4747
// Contribute the Rust translation of the Python example by opening a PR.
4848
// --8<-- [end:list-entropy]
49-
49+
5050
// --8<-- [start:weather_by_day]
5151
// Contribute the Rust translation of the Python example by opening a PR.
5252
// --8<-- [end:weather_by_day]

0 commit comments

Comments
 (0)