Whitespace.

This commit is contained in:
Blaz Kristan 2023-03-10 14:08:52 +01:00
parent cb931d7af0
commit 80711cc00a

View File

@ -340,7 +340,8 @@ void registerUsermods()
#ifdef USERMOD_KLIPPER_PERCENTAGE
usermods.add(new klipper_percentage());
#endif
#endif
#ifdef USERMOD_BOBLIGHT
usermods.add(new BobLightUsermod());
#endif