diff src/main/kotlin/name/blackcap/passman/Hashing.kt @ 8:698c4a3d758d

Some code clean-up.
author David Barts <n5jrn@me.com>
date Fri, 23 Sep 2022 20:59:52 -0700
parents a6cfdffcaa94
children
line wrap: on
line diff
--- a/src/main/kotlin/name/blackcap/passman/Hashing.kt	Tue Sep 20 21:54:32 2022 -0700
+++ b/src/main/kotlin/name/blackcap/passman/Hashing.kt	Fri Sep 23 20:59:52 2022 -0700
@@ -31,4 +31,4 @@
         order(ByteOrder.LITTLE_ENDIAN)
         getLong(hash.size - 8)
     }
-}
\ No newline at end of file
+}