Skip to content

Commit f3c2641

Browse files
authored
Update script_system.rs
1 parent d26080b commit f3c2641

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/bevy_mod_scripting_core/src/bindings/script_system.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@ impl ScriptSystemBuilder {
184184
.systems()?
185185
.find(|(_, b)| b.name().deref() == system_name)
186186
.ok_or_else(|| InteropError::invariant("After adding the system, it was not found in the schedule, could not return a reference to it"))?;
187-
188187
Ok(ReflectSystem::from_system(system.as_ref(), node_id))
189188
})?
190189
}

0 commit comments

Comments
 (0)