1
0
Fork 0
mirror of https://github.com/kemayo/leech synced 2025-12-06 16:33:16 +01:00

Fix spacing

This commit is contained in:
David Lynch 2018-09-29 14:32:38 -05:00
parent b3f4e720d0
commit f17b040f64

View file

@ -266,10 +266,12 @@ class QuestionableQuesting(XenForo):
class QuestionableQuestingIndex(QuestionableQuesting, XenForoIndex): class QuestionableQuestingIndex(QuestionableQuesting, XenForoIndex):
pass pass
@register @register
class AlternateHistory(XenForo): class AlternateHistory(XenForo):
domain = 'www.alternatehistory.com/forum' domain = 'www.alternatehistory.com/forum'
@register @register
class AlternateHistoryIndex(AlternateHistory, XenForoIndex): class AlternateHistoryIndex(AlternateHistory, XenForoIndex):
pass pass