Skip to content

Commit

Permalink
Fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Apr 15, 2024
1 parent d17eb7a commit f5c6056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/wasix/src/os/tty/tty_sys.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ impl TtyBridge for SysTty {
let (cols, rows) = sys_terminal_size::get_terminal_size();

WasiTtyState {
cols: cols,
rows: rows,
cols,
rows,
width: 800,
height: 600,
stdin_tty,
Expand Down

0 comments on commit f5c6056

Please sign in to comment.