diff options
author | Indrajith K L | 2021-08-14 01:57:58 +0530 |
---|---|---|
committer | Indrajith K L | 2021-08-14 01:57:58 +0530 |
commit | ea5021bcb6b29ac6cdd9f7894a221dce27dfc8e6 (patch) | |
tree | 49a7a143eb3726c790cc44722d0ad90cc4029671 | |
parent | 2057936df0a91b059298fcc5a35f64632507ecff (diff) | |
download | v-cowin-ea5021bcb6b29ac6cdd9f7894a221dce27dfc8e6.tar.gz v-cowin-ea5021bcb6b29ac6cdd9f7894a221dce27dfc8e6.tar.bz2 v-cowin-ea5021bcb6b29ac6cdd9f7894a221dce27dfc8e6.zip |
Code Refactoring
-rw-r--r-- | find_session.v | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/find_session.v b/find_session.v index c1250a7..3572a67 100644 --- a/find_session.v +++ b/find_session.v @@ -231,7 +231,6 @@ fn setup_states() { println(term.header('Available State', '=')) start_x := width/2 - 10 mut start_y := 5 - mut selected_state := 0 term.set_cursor_position(x: start_x, y: start_y) states := get_states() or { |