mirror of https://gitlab.com/bashrc2/epicyon
Remove trailing whitespace
parent
42c2021831
commit
23bb250deb
|
@ -74,4 +74,3 @@ def isFiltered(baseDir: str,nickname: str,domain: str,content: str) -> bool:
|
||||||
return False
|
return False
|
||||||
return True
|
return True
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|
1
theme.py
1
theme.py
|
@ -215,4 +215,3 @@ def setTheme(baseDir: str,name: str) -> bool:
|
||||||
setThemeHighVis(baseDir)
|
setThemeHighVis(baseDir)
|
||||||
return True
|
return True
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|
|
@ -5119,4 +5119,3 @@ def htmlProfileAfterSearch(recentPostsCache: {},maxRecentPosts: int, \
|
||||||
break
|
break
|
||||||
|
|
||||||
return htmlHeader(cssFilename,profileStyle)+profileStr+htmlFooter()
|
return htmlHeader(cssFilename,profileStyle)+profileStr+htmlFooter()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue