Skip to content

Commit defe65b

Browse files
Removed redundant .to_string
Co-authored-by: Nathan Ward <43621845+NathanSWard@users.noreply.github.com>
1 parent 591bfdd commit defe65b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/ecs/event_consumer.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ fn event_trigger_system(time: Res<Time>, mut my_events: EventWriter<MyEvent>) {
4646
"This event was sent at {} milliseconds",
4747
time.time_since_startup().as_millis()
4848
)
49-
.to_string(),
5049
});
5150
}
5251

0 commit comments

Comments
 (0)