Skip to content

Commit 5ad580c

Browse files
committed
🚚 rename judgeResp -> executionResp
1 parent f777376 commit 5ad580c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lib/judge_core/src/judge_output.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ pub enum JudgeReport {
3838

3939
/// This is the final response from judge
4040
#[derive(Debug, Clone, Serialize, Deserialize)]
41-
pub enum JudgeResponse {
41+
pub enum ExecutionResponse {
4242
Report(JudgeReport),
4343
EarlyExit,
4444
Error(String),

0 commit comments

Comments
 (0)