mirror of
				https://github.com/Laupetin/OpenAssetTools.git
				synced 2025-10-30 18:17:15 +00:00 
			
		
		
		
	Fix formatting of two remaining files
This commit is contained in:
		| @@ -8,7 +8,12 @@ SequenceLocalizeFileReference::SequenceLocalizeFileReference() | ||||
|  | ||||
|     AddMatchers({ | ||||
|         create.Keyword("REFERENCE"), | ||||
|         create.Or({create.Identifier(), create.String(),}).Capture(CAPTURE_REFERENCE_NAME), | ||||
|         create | ||||
|             .Or({ | ||||
|                 create.Identifier(), | ||||
|                 create.String(), | ||||
|             }) | ||||
|             .Capture(CAPTURE_REFERENCE_NAME), | ||||
|         create.Type(SimpleParserValueType::NEW_LINE), | ||||
|     }); | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user