mirror of
https://github.com/playfultechnology/esp32-eyes.git
synced 2025-12-06 17:15:42 -08:00
Minor code cleanup
This commit is contained in:
@@ -22,8 +22,7 @@ You should have received a copy of the GNU Affero General Public License along w
|
||||
#include "Animations.h"
|
||||
#include "EyeConfig.h"
|
||||
|
||||
class EyeVariation
|
||||
{
|
||||
class EyeVariation {
|
||||
public:
|
||||
EyeVariation();
|
||||
|
||||
@@ -41,6 +40,4 @@ public:
|
||||
void Apply(float t);
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user