Skip to content

Commit ce8bb12

Browse files
committed
Coding style: Add missing newline
1 parent f4e7843 commit ce8bb12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/tests/test_collections.py

+1
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,7 @@ def test_linestyle_single_dashes():
546546
plt.scatter([0, 1, 2], [0, 1, 2], linestyle=(0., [2., 2.]))
547547
plt.draw()
548548

549+
549550
if __name__ == '__main__':
550551
import nose
551552
nose.runmodule(argv=['-s', '--with-doctest'], exit=False)

0 commit comments

Comments
 (0)