Move a comment to its proper place
This commit is contained in:
		
							parent
							
								
									b5156ecfbf
								
							
						
					
					
						commit
						f0ca7e58e8
					
				| 
						 | 
				
			
			@ -11,6 +11,7 @@ use super::Algo;
 | 
			
		|||
use crate::services::bluesky;
 | 
			
		||||
use crate::services::database::{self, Database};
 | 
			
		||||
 | 
			
		||||
/// An algorithm that serves posts written in Russian by people living in Netherlands
 | 
			
		||||
pub struct Nederlandskie {
 | 
			
		||||
    language_detector: Arc<LanguageDetector>,
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -21,7 +22,6 @@ impl Nederlandskie {
 | 
			
		|||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/// An algorithm that serves posts written in Russian by people living in Netherlands
 | 
			
		||||
#[async_trait]
 | 
			
		||||
impl Algo for Nederlandskie {
 | 
			
		||||
    async fn should_index_post(
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue