Skip to content

Commit 65ce434

Browse files
Whitespace
1 parent 9d58e4b commit 65ce434

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

examples/pyside/combobox_example.cgx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ class ComboBox(cg.Component):
2727
# all the items from the props
2828
self.state["current_index"] = 2
2929

30-
3130
def changed(self, idx):
3231
print("index changed:", idx)
3332
self.state["current_index"] = idx

0 commit comments

Comments
 (0)