Readability changes.
This commit is contained in:
		@@ -41,7 +41,10 @@ impl Generic {
 | 
				
			|||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    fn add_source<E: Into<MTTError>>(&mut self, source: E) {
 | 
					    fn add_source<E>(&mut self, source: E)
 | 
				
			||||||
 | 
					    where
 | 
				
			||||||
 | 
					        E: Into<MTTError>,
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
        self.source = Some(Arc::new(source.into()));
 | 
					        self.source = Some(Arc::new(source.into()));
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user