From d566444d584f644afc580ff9d3cf8e1adc7ccb30 Mon Sep 17 00:00:00 2001 From: Reinhard Panhuber Date: Sat, 13 Mar 2021 11:41:46 +0100 Subject: [PATCH] Add new line at end of python script --- examples/device/audio_test/src/plot_audio_samples.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/device/audio_test/src/plot_audio_samples.py b/examples/device/audio_test/src/plot_audio_samples.py index e6a9e2eec..0b0c3394f 100644 --- a/examples/device/audio_test/src/plot_audio_samples.py +++ b/examples/device/audio_test/src/plot_audio_samples.py @@ -21,4 +21,5 @@ if __name__ == '__main__': plt.xlabel('Time [s]') plt.ylabel('Amplitude') plt.title('MicNode') - plt.show() \ No newline at end of file + plt.show() + \ No newline at end of file