mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-01 05:27:56 +00:00
Update grafana-data-source to tokio 0.2 (#4441)
This commit is contained in:
@@ -121,7 +121,7 @@ impl Datapoint {
|
||||
})
|
||||
}
|
||||
|
||||
fn make_absolute(&self, base_timestamp: i64) -> (f32, i64) {
|
||||
fn make_absolute(self, base_timestamp: i64) -> (f32, i64) {
|
||||
(self.value, base_timestamp + self.delta_timestamp as i64)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user