Skip to content

Commit c6f6579

Browse files
committed
squash! server : add server_task_type field to server_task_result
Remove break statement from switch case SERVER_TASK_TYPE_NONE.
1 parent 0e09ec8 commit c6f6579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/server/server.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2794,7 +2794,7 @@ struct server_context {
27942794
{
27952795
// do nothing
27962796
GGML_ASSERT(false && "Invalid task.type (SERVER_TASK_TYPE_NONE)\n");
2797-
} break;
2797+
}
27982798
}
27992799
}
28002800

0 commit comments

Comments
 (0)