style: apply clang format
This commit is contained in:
		| @@ -8,6 +8,16 @@ public class UTAD_UI : ModuleRules | ||||
| 	{ | ||||
| 		PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs; | ||||
|  | ||||
|         PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "Engine", "InputCore", "NavigationSystem", "AIModule", "Niagara", "EnhancedInput" }); | ||||
|         PublicDependencyModuleNames.AddRange(new string[] | ||||
|         { | ||||
| 	        "Core", | ||||
| 	        "CoreUObject", | ||||
| 	        "Engine", | ||||
| 	        "InputCore", | ||||
| 	        "NavigationSystem", | ||||
| 	        "AIModule", | ||||
| 	        "Niagara", | ||||
| 	        "EnhancedInput" | ||||
|         }); | ||||
|     } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user