Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
emgeee committed Oct 22, 2024
1 parent 97e11f3 commit 7822ea4
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions examples/examples/emit_measurements.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,8 @@ async fn main() -> Result<()> {

tasks.spawn(async move {
let sensors = [
"sensor_0",
"sensor_1",
"sensor_2",
"sensor_3",
"sensor_4",
"sensor_5",
"sensor_6",
"sensor_7",
"sensor_8",
"sensor_9",
"sensor_0", "sensor_1", "sensor_2", "sensor_3", "sensor_4", "sensor_5", "sensor_6",
"sensor_7", "sensor_8", "sensor_9",
];

loop {
Expand Down

0 comments on commit 7822ea4

Please sign in to comment.