From fadac09f91799560f94d8151dfeb1a7d6fe7ac08 Mon Sep 17 00:00:00 2001 From: sunbreak1211 <129470872+sunbreak1211@users.noreply.github.com> Date: Tue, 27 Aug 2024 11:18:06 -0300 Subject: [PATCH] Add another spacing Co-authored-by: telome <130504305+telome@users.noreply.github.com> --- test/Usds.t.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Usds.t.sol b/test/Usds.t.sol index 4b02360..3bc7655 100644 --- a/test/Usds.t.sol +++ b/test/Usds.t.sol @@ -58,7 +58,7 @@ contract UsdsTest is TokenFuzzTests { _token_ = address(usds); _contractName_ = "Usds"; - _tokenName_ ="Sky USD"; + _tokenName_ = "Sky USD"; _symbol_ = "USDS"; }