From d9bbb2d3effa1ad6bf99d3710273f65f338abf2a Mon Sep 17 00:00:00 2001 From: Jorge-Lopes Date: Tue, 24 Sep 2024 15:54:27 +0100 Subject: [PATCH] fix(a3p): add new line to the end of script - Address review comments from #10123 - Comment: https://github.com/Agoric/agoric-sdk/pull/10123#discussion_r1772027300 --- a3p-integration/proposals/z:acceptance/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/a3p-integration/proposals/z:acceptance/test.sh b/a3p-integration/proposals/z:acceptance/test.sh index 8e156b42302..f9982b31916 100755 --- a/a3p-integration/proposals/z:acceptance/test.sh +++ b/a3p-integration/proposals/z:acceptance/test.sh @@ -27,4 +27,4 @@ echo ACCEPTANCE TESTING wallet yarn ava wallet.test.js echo ACCEPTANCE TESTING vaults -yarn ava vaults.test.js \ No newline at end of file +yarn ava vaults.test.js