mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
removed instances of -> () in existing code
This commit is contained in:
parent
b1faaa15dc
commit
d6568e608b
8 changed files with 29 additions and 29 deletions
|
@ -288,7 +288,7 @@ impl Emitter {
|
|||
}
|
||||
}
|
||||
|
||||
fn send(&mut self, markers: Vec<TimelineMarkerReply>) -> () {
|
||||
fn send(&mut self, markers: Vec<TimelineMarkerReply>) {
|
||||
let end_time = PreciseTime::now();
|
||||
let reply = MarkersEmitterReply {
|
||||
type_: "markers".to_owned(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue