8000 Ensure there is one and only one newline at end of file per Travis CI · matplotlib/matplotlib@18a20dc · GitHub
[go: up one dir, main page]

Skip to content

Commit 18a20dc

Browse files
committed
Ensure there is one and only one newline at end of file per Travis CI
1 parent 39ca4ab commit 18a20dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/subplots_axes_and_figures/subplot_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
ax2.plot(x2, y2, 'r.-')
2626
ax2.set(xlabel='time (s)', ylabel='Undamped')
2727

28-
plt.show()
28+
plt.show()

0 commit comments

Comments
 (0)
0