Skip to content

Commit

Permalink
Update classes.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
naturallymitchell committed Dec 28, 2018
1 parent 341ff1a commit afabc0f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions loaders/classes.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

local function load_classes (themes)
for _, theme in pairs(themes) do
log.trace("Loading classes in theme " .. theme.name)
Expand Down Expand Up @@ -50,4 +49,4 @@ local function load_classes (themes)
end
end

themes_loader.add_preprocessor(load_classes)
themes_loader.add_preprocessor(load_classes)

0 comments on commit afabc0f

Please sign in to comment.