From 59927366886ebcacf052352c197e3434445e82ee Mon Sep 17 00:00:00 2001 From: Jonathan B Date: Mon, 11 Oct 2021 13:51:27 +0200 Subject: [PATCH] this is to test the ameba github action --- src/nilsimsa.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nilsimsa.cr b/src/nilsimsa.cr index 37e7c1c..9bd115b 100644 --- a/src/nilsimsa.cr +++ b/src/nilsimsa.cr @@ -67,7 +67,7 @@ struct NilsimsaHash end end # hash.reverse! # Technically part of algorithm, but we don't need it for matching - hash + return hash end private def trans3(a : UInt8, b : UInt8, c : UInt8, n : UInt8) : UInt8