Skip to content

Commit

Permalink
fixed breaking test from conflict resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
coillteoir committed May 3, 2024
1 parent fd49318 commit 836176b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,6 @@ fn compile(data: String) -> Result<String, String> {
),
&_ => println!("{} not supported", tokens[0]),
}
result.push_str(&data);
}
if !error.is_empty() {
return Err(error);
}
Ok(result)
}
Expand Down

0 comments on commit 836176b

Please sign in to comment.