Skip to content

Commit 58926b5

Browse files
committed
end of file newlines
1 parent be636dd commit 58926b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

adafruit_fruitjam/peripherals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,4 @@ def dac(self):
144144

145145
@property
146146
def audio(self):
147-
return self._audio
147+
return self._audio

examples/fruitjam_peripherals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@
4343
audio_finished = True
4444
print("Audio playback complete")
4545

46-
time.sleep(0.01)
46+
time.sleep(0.01)

0 commit comments

Comments
 (0)