mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-03 16:39:01 -06:00 
			
		
		
		
	removed unneeded semicolon
This commit is contained in:
		@@ -6,7 +6,7 @@
 | 
			
		||||
 | 
			
		||||
namespace Service::HID {
 | 
			
		||||
 | 
			
		||||
ControllerBase::ControllerBase(Core::System& system) : system(system){};
 | 
			
		||||
ControllerBase::ControllerBase(Core::System& system) : system(system) {}
 | 
			
		||||
ControllerBase::~ControllerBase() = default;
 | 
			
		||||
 | 
			
		||||
void ControllerBase::ActivateController() {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user