Skip to content

Commit 82bc85b

Browse files
committed
Fix format
1 parent deebf95 commit 82bc85b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_platformdetect/chip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def _linux_id(self) -> Optional[str]:
217217

218218
if self.detector.check_dt_compatible_value("rockchip,rk3328"):
219219
return chips.RK3328
220-
220+
221221
if self.detector.check_dt_compatible_value("rockchip,rk3566"):
222222
return chips.RK3566
223223

0 commit comments

Comments
 (0)