hid/controller/npad: Remove unnecessary semicolon from the closing brace of LedPattern's constructor

This commit is contained in:
Lioncash 2018-10-17 20:44:11 -04:00
parent 929ed59f1f
commit 7eb2328d8e

View File

@ -78,7 +78,7 @@ public:
position1.Assign(light2);
position1.Assign(light3);
position1.Assign(light4);
};
}
union {
u64 raw{};
BitField<0, 1, u64> position1;