mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-04 08:08:55 +01:00 
			
		
		
		
	Fix lint error (#8000)
This commit is contained in:
		@@ -17,8 +17,11 @@ class GetExtensionLanguages(
 | 
			
		||||
        ) { enabledLanguage, availableExtensions ->
 | 
			
		||||
            availableExtensions
 | 
			
		||||
                .flatMap { ext ->
 | 
			
		||||
                    if (ext.sources.isEmpty()) listOf(ext.lang)
 | 
			
		||||
                    else ext.sources.map { it.lang }
 | 
			
		||||
                    if (ext.sources.isEmpty()) {
 | 
			
		||||
                        listOf(ext.lang)
 | 
			
		||||
                    } else {
 | 
			
		||||
                        ext.sources.map { it.lang }
 | 
			
		||||
                    }
 | 
			
		||||
                }
 | 
			
		||||
                .distinct()
 | 
			
		||||
                .sortedWith(
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user