Skip to content

Commit 0224c80

Browse files
authored
Remove trailing space
1 parent bdc3237 commit 0224c80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-a-gui-with-wxpython/mp3_tag_editor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ def create_menu(self):
114114
)
115115
menu_bar.Append(file_menu, "&File")
116116
self.Bind(
117-
event=wx.EVT_MENU,
118-
handler=self.on_open_folder,
117+
event=wx.EVT_MENU,
118+
handler=self.on_open_folder,
119119
source=open_folder_menu_item
120120
)
121121
self.SetMenuBar(menu_bar)

0 commit comments

Comments
 (0)