Skip to content

Commit

Permalink
#891 Fix format for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Autumn Lamonte authored and wez committed Jun 20, 2021
1 parent 0b7f482 commit 317d8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion term/src/terminalstate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ struct SavedCursor {
wrap_next: bool,
pen: CellAttributes,
dec_origin_mode: bool,
dec_line_drawing_mode : bool,
dec_line_drawing_mode: bool,
// TODO: selective_erase when supported
}

Expand Down

0 comments on commit 317d8d9

Please sign in to comment.