mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-31 06:43:56 +01:00 
			
		
		
		
	Fix indentation
This commit is contained in:
		
							parent
							
								
									7e025ad50b
								
							
						
					
					
						commit
						37bc3cd2ba
					
				
					 1 changed files with 6 additions and 8 deletions
				
			
		|  | @ -208,7 +208,6 @@ public class MwVolleyApi { | |||
|             } else { | ||||
|                 return "No pages found"; | ||||
|             } | ||||
| 
 | ||||
|         } | ||||
|     } | ||||
| 
 | ||||
|  | @ -220,7 +219,6 @@ public class MwVolleyApi { | |||
|         private Category category; | ||||
| 
 | ||||
|         public Page() { | ||||
| 
 | ||||
|         } | ||||
| 
 | ||||
|         @Override | ||||
|  | @ -247,15 +245,15 @@ public class MwVolleyApi { | |||
|         } | ||||
|     } | ||||
| 
 | ||||
|         private static class Category { | ||||
|             private String title; | ||||
|     private static class Category { | ||||
|         private String title; | ||||
| 
 | ||||
|             @Override | ||||
|             public String toString() { | ||||
|                 return title; | ||||
|             } | ||||
|         @Override | ||||
|         public String toString() { | ||||
|             return title; | ||||
|         } | ||||
|     } | ||||
| } | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 misaochan
						misaochan