Force run CI

This commit is contained in:
Setzer22 2022-05-24 16:56:56 +02:00
parent 430c3dadcc
commit 452607d9ad

View File

@ -397,7 +397,7 @@ pub fn evaluate_node(
outputs_cache: &mut OutputsCache,
) -> anyhow::Result<MyValueType> {
// To solve a similar problem as creating node types above, we define an
// Evaluator as a convenience. They may be overkill for this small example,
// Evaluator as a convenience. It may be overkill for this small example,
// but something like this makes the code much more readable when the
// number of nodes starts growing.