Skip to content

Commit 84ace36

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 589ba94 commit 84ace36

File tree

1 file changed

+2
-2
lines changed
  • src/ansys/tools/visualization_interface/backends/pyvista

1 file changed

+2
-2
lines changed

src/ansys/tools/visualization_interface/backends/pyvista/trame_local.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,13 +380,13 @@ def view_isometric():
380380
v3.VIcon("mdi-ruler")
381381
with v3.VListItemContent():
382382
v3.VListItemTitle("Ruler")
383-
383+
384384
with v3.VListItem(click=self.ctrl.take_screenshot):
385385
with v3.VListItemIcon():
386386
v3.VIcon("mdi-camera")
387387
with v3.VListItemContent():
388388
v3.VListItemTitle("Take Screenshot")
389-
389+
390390
with v3.VListItem(click=self.ctrl.download_html):
391391
with v3.VListItemIcon():
392392
v3.VIcon("mdi-download")

0 commit comments

Comments
 (0)