scenes/boost: style fix

This commit is contained in:
Kazhnuz 2019-02-04 08:40:41 +01:00
parent f613cd4e2a
commit bc6b822a7e

View file

@ -1,6 +1,6 @@
local Scene = require "core.modules.scenes"
local BoostLevel = Scene:extend()
local Controller = require "scenes.subgame.sonic-boost.controller"
local BoostLevel = Scene:extend()
local Controller = require "scenes.subgame.sonic-boost.controller"
function BoostLevel:new()
BoostLevel.super.new(self)