Skip to content

Commit b63030d

Browse files
committed
Fix possibly wrong indentation
1 parent 1e21ed1 commit b63030d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/spatialdata_plot/pl/render.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -696,8 +696,8 @@ def _render_labels(
696696
alpha=render_params.fill_alpha,
697697
origin="lower",
698698
)
699-
_cax.set_transform(trans_data)
700-
cax = ax.add_image(_cax)
699+
_cax.set_transform(trans_data)
700+
cax = ax.add_image(_cax)
701701

702702
_ = _decorate_axs(
703703
ax=ax,

0 commit comments

Comments
 (0)