Skip to content

Commit cc0b3cb

Browse files
committed
Add newline at end of file
1 parent ce12ae6 commit cc0b3cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SimConnect/EventList.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1222,4 +1222,4 @@ class __G1000_MFD(EventHelper):
12221222
(b'G1000_MFD_PAGE_KNOB_INC', "Step up through the individual pages.", "Shared Cockpit"),
12231223
(b'G1000_MFD_PAGE_KNOB_DEC', "Step down through the individual pages.", "Shared Cockpit"),
12241224
]
1225-
# G1000_MFD_SOFTKEY1, G1000_MFD_SOFTKEY12 Initiate the action for the icon displayed in the softkey position. Shared Cockpit
1225+
# G1000_MFD_SOFTKEY1, G1000_MFD_SOFTKEY12 Initiate the action for the icon displayed in the softkey position. Shared Cockpit

glass_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,4 +471,4 @@ def custom_emergency(emergency_type):
471471
return text_to_return
472472

473473

474-
app.run(host='0.0.0.0', port=5000, debug=True)
474+
app.run(host='0.0.0.0', port=5000, debug=True)

0 commit comments

Comments
 (0)