Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Nov 16, 2024
1 parent 7b08656 commit 3912cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion martin/src/srv/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ pub mod tests {
}

fn clone_source(&self) -> Box<dyn Source> {
unimplemented!()
Box::new(self.clone())
}

async fn get_tile(
Expand Down

0 comments on commit 3912cf0

Please sign in to comment.