warnings fixed

This commit is contained in:
filipriec
2025-04-18 16:17:02 +02:00
parent 6010b9a0af
commit 2a1fafc3f9
11 changed files with 6 additions and 115 deletions

View File

@@ -114,9 +114,6 @@ pub async fn handle_edit_event(
key,
login_state,
ideal_cursor_column,
grpc_client,
current_position,
total_count,
)
.await?
} else if app_state.ui.show_add_table {
@@ -133,9 +130,6 @@ pub async fn handle_edit_event(
key,
register_state,
ideal_cursor_column,
grpc_client,
current_position,
total_count,
)
.await?
} else {
@@ -144,9 +138,6 @@ pub async fn handle_edit_event(
key,
form_state,
ideal_cursor_column,
grpc_client,
current_position,
total_count,
)
.await?
};
@@ -160,9 +151,6 @@ pub async fn handle_edit_event(
key,
register_state,
ideal_cursor_column,
grpc_client,
current_position,
total_count,
)
.await?;
return Ok(EditEventOutcome::Message(msg));
@@ -201,9 +189,6 @@ pub async fn handle_edit_event(
key,
register_state,
ideal_cursor_column,
grpc_client,
current_position,
total_count,
)
.await?;
return Ok(EditEventOutcome::Message(msg));
@@ -217,9 +202,6 @@ pub async fn handle_edit_event(
key,
login_state,
ideal_cursor_column,
grpc_client,
current_position,
total_count,
)
.await?
} else if app_state.ui.show_add_table {
@@ -236,9 +218,6 @@ pub async fn handle_edit_event(
key,
register_state,
ideal_cursor_column,
grpc_client,
current_position,
total_count,
)
.await?
} else {
@@ -247,9 +226,6 @@ pub async fn handle_edit_event(
key,
form_state,
ideal_cursor_column,
grpc_client,
current_position,
total_count,
)
.await?
};
@@ -269,9 +245,6 @@ pub async fn handle_edit_event(
key,
login_state,
ideal_cursor_column,
grpc_client,
current_position,
total_count,
)
.await?
} else if app_state.ui.show_add_table {
@@ -288,9 +261,6 @@ pub async fn handle_edit_event(
key,
register_state,
ideal_cursor_column,
grpc_client,
current_position,
total_count,
)
.await?
} else {
@@ -299,9 +269,6 @@ pub async fn handle_edit_event(
key,
form_state,
ideal_cursor_column,
grpc_client,
current_position,
total_count,
)
.await?
};