mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 04:07:10 +01:00 
			
		
		
		
	Remove unnecessary semicolons
This commit is contained in:
		 Zachary Michaels
					Zachary Michaels
				
			
				
					committed by
					
						 Martin Hořeňovský
						Martin Hořeňovský
					
				
			
			
				
	
			
			
			 Martin Hořeňovský
						Martin Hořeňovský
					
				
			
						parent
						
							5201e92564
						
					
				
				
					commit
					4be81d3588
				
			| @@ -29,5 +29,5 @@ CATCH_REGISTER_TAG_ALIAS( "[@tricky]", "[tricky]~[.]" ) | ||||
| struct TestListener : Catch::TestEventListenerBase { | ||||
|     using TestEventListenerBase::TestEventListenerBase; // inherit constructor | ||||
| }; | ||||
| CATCH_REGISTER_LISTENER( TestListener ); | ||||
| CATCH_REGISTER_LISTENER( TestListener ) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user