chiark / gitweb /
imports: fix style
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 28 Nov 2020 00:02:29 +0000 (00:02 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 28 Nov 2020 00:02:29 +0000 (00:02 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/imports.rs

index 0f44da6b9242eb68a9a7f886086853a26a88c035..c5696e0c824fc3d584f51b1a01992cf582955b99 100644 (file)
@@ -121,6 +121,4 @@ pub enum Impossible { }
 display_as_debug!(Impossible);
 
 pub type AE = anyhow::Error;
-
 pub type OE = OnlineError;
-