Skip to content

Commit 603a605

Browse files
committed
Fix spacing/formating
1 parent 5a298fb commit 603a605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_platformdetect/board.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ def _armbian_id(self):
311311
return ORANGE_PI_PC
312312
return None
313313

314-
def _sama5_id(self):
314+
def _sama5_id(self):
315315
"""Check what type sama5 board."""
316316
board_value = self.detector.get_device_model()
317317
if "Giant Board" in board_value:

0 commit comments

Comments
 (0)