From a05ac444cf7faf0b5235dabd4a6ba10928ecafe2 Mon Sep 17 00:00:00 2001 From: Victor Elias Date: Fri, 15 Mar 2024 16:25:45 -0300 Subject: [PATCH] contracts/test: Remove trailing whitespace from AssertBytes32Array no idea why it started failing now, but easy fix --- contracts/test/helpers/truffle/AssertBytes32Array.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/test/helpers/truffle/AssertBytes32Array.sol b/contracts/test/helpers/truffle/AssertBytes32Array.sol index 8d57f1a5..5b46197a 100644 --- a/contracts/test/helpers/truffle/AssertBytes32Array.sol +++ b/contracts/test/helpers/truffle/AssertBytes32Array.sol @@ -210,7 +210,7 @@ library AssertBytes32Array { } return string(bts); } - + */ /*