changeset 131:6c83a0a8713c

Alibi commit: Fix branches
author Lewin Bormann <lbo@spheniscida.de>
date Sat, 31 Dec 2016 18:32:39 +0100
parents 566a0f423512
children e025f865ea6f
files src/key_types.rs
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/key_types.rs	Sat Dec 31 18:31:52 2016 +0100
+++ b/src/key_types.rs	Sat Dec 31 18:32:39 2016 +0100
@@ -5,7 +5,6 @@
 
 // The following typedefs are used to distinguish between the different key formats used internally
 // by different modules.
-
 // TODO: At some point, convert those into actual types with conversions between them. That's a lot
 // of boilerplate, but increases type safety.