rustfmt
This commit is contained in:
		
				
					committed by
					
						 Henrik Alsér
						Henrik Alsér
					
				
			
			
				
	
			
			
			
						parent
						
							b934f3f12e
						
					
				
				
					commit
					e2181cb439
				
			| @@ -558,9 +558,10 @@ mod eh1 { | ||||
|  | ||||
| #[cfg(all(feature = "unstable-traits", feature = "nightly"))] | ||||
| mod eha { | ||||
|     use super::*; | ||||
|     use core::future::Future; | ||||
|  | ||||
|     use super::*; | ||||
|  | ||||
|     impl<'d, T: Instance> embedded_hal_async::spi::SpiBusFlush for Spi<'d, T, Async> { | ||||
|         type FlushFuture<'a> = impl Future<Output = Result<(), Self::Error>> + 'a where Self: 'a; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user