Skip to content

Commit 13fd690

Browse files
committed
chore: remove return
1 parent 0285726 commit 13fd690

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/dht20.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ impl<I: I2c, D: DelayNs> Dht20<I, D> {
9393
}
9494
}
9595
}
96-
return 10;
96+
97+
10
9798
}
9899
}

0 commit comments

Comments
 (0)