Skip to content

Commit

Permalink
ascii repair
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Jul 31, 2023
1 parent 05faa45 commit f03fd91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow-array/src/array/list_array.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ impl OffsetSizeTrait for i64 {
/// ├─────────────┤ ├───────┤ │ ├───┤ ├───┤ ├───┤ ├───┤
/// │ NULL │ │ (3,4) │ │ 0 │ │ 3 │ │ │ 1 │ │ C │ │ 2 │
/// ├─────────────┤ ├───────┤ │ ├───┤ ├───┤ ├───┤ ├───┤
/// │ [D] │ │ (4,5) │ │ 1 │ │ 4 │ │ 0│ │ │ ? │ │ 3 │
/// │ [D] │ │ (4,5) │ │ 1 │ │ 4 │ │ │ 0 │ │ ? │ │ 3 │
/// ├─────────────┤ ├───────┤ │ ├───┤ ├───┤ ├───┤ ├───┤
/// │ [NULL, F] │ │ (5,7) │ │ 1 │ │ 5 │ │ │ 1 │ │ D │ │ 4 │
/// └─────────────┘ └───────┘ │ └───┘ ├───┤ ├───┤ ├───┤
Expand Down

0 comments on commit f03fd91

Please sign in to comment.