Remove trailing whitespace

merge-requests/30/head
Bob Mottram 2020-03-22 21:16:02 +00:00
parent 42c2021831
commit 23bb250deb
39 changed files with 654 additions and 657 deletions

View File

@ -74,4 +74,3 @@ def isFiltered(baseDir: str,nickname: str,domain: str,content: str) -> bool:
return False
return True
return False

View File

@ -215,4 +215,3 @@ def setTheme(baseDir: str,name: str) -> bool:
setThemeHighVis(baseDir)
return True
return False

View File

@ -5119,4 +5119,3 @@ def htmlProfileAfterSearch(recentPostsCache: {},maxRecentPosts: int, \
break
return htmlHeader(cssFilename,profileStyle)+profileStr+htmlFooter()