Commit 5496ba2d authored by Terry Jan Reedy's avatar Terry Jan Reedy

Indent

parent c15a7c61
......@@ -395,7 +395,7 @@ class IdleConf:
theme = self.GetOption('main', 'Theme', 'name', default='')
source = self.defaultCfg if default else self.userCfg
if source['highlight'].has_section(theme):
return theme
return theme
else:
return "IDLE Classic"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment