Old man yells at formatter

This commit is contained in:
Isaac Marovitz 2023-09-19 11:00:55 -04:00 committed by Isaac Marovitz
parent a6c066ea38
commit 6846f23c62

View file

@ -6,8 +6,8 @@ namespace Ryujinx.Input
public struct ButtonValue public struct ButtonValue
{ {
public ButtonValueType Type; private ButtonValueType Type;
public uint RawValue; private uint RawValue;
public ButtonValue(Key key) public ButtonValue(Key key)
{ {