Skip to content

Commit 06baae3

Browse files
committed
Fix whitespaces
Fix whitespaces ../core/Core.lua:174 ../config/Options.lua:668
1 parent 133977a commit 06baae3

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

config/Options.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -664,8 +664,7 @@ local function GetOptions()
664664
RIGHT = L['Right'],
665665
BOTTOMLEFT = L['Bottom Left'],
666666
BOTTOM = L['Bottom'],
667-
BOTTOMRIGHT = L['Bottom Right'],
668-
667+
BOTTOMRIGHT = L['Bottom Right'],
669668
},
670669
sorting = {
671670
[1] = "TOPLEFT",

core/Core.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ function addon:OnEnable()
171171
self.sectionFont:ApplySettings()
172172
self:UpdatePositionMode()
173173
self:UpdateUpgradeIcon()
174-
174+
175175
self:Debug('Enabled')
176176
end
177177

0 commit comments

Comments
 (0)