Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3ec7376

Browse files
Fix whitespace
1 parent 7a9130c commit 3ec7376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_colors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def test_SymLogNorm():
223223
norm = mcolors.SymLogNorm(3, vmin=-30, vmax=5, linscale=1.2)
224224
normed_vals = norm(vals)
225225
assert_array_almost_equal(normed_vals, expected)
226-
226+
227227

228228
@cleanup
229229
def test_SymLogNorm_colorbar():

0 commit comments

Comments
 (0)