Skip to content

Commit

Permalink
Add missing CR/LF at the bottom of the file
Browse files Browse the repository at this point in the history
  • Loading branch information
tazmaniax committed Dec 10, 2023
1 parent d74460d commit 76ae694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/pym/play/cmdloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ def load_source(modname, filename):
# Uncomment the following line to cache the module.
# sys.modules[module.__name__] = module
loader.exec_module(module)
return module
return module

0 comments on commit 76ae694

Please sign in to comment.