From 697ce1d435d8751bd14333165c4c68f13c5c6d16 Mon Sep 17 00:00:00 2001 From: Ilya Kitaev Date: Fri, 7 Oct 2016 00:43:45 +0300 Subject: [PATCH] libwallet_api: reverted deleted curly brace --- src/wallet/api/transaction_history.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wallet/api/transaction_history.cpp b/src/wallet/api/transaction_history.cpp index fa939c08..e4a003b0 100644 --- a/src/wallet/api/transaction_history.cpp +++ b/src/wallet/api/transaction_history.cpp @@ -207,3 +207,4 @@ void TransactionHistoryImpl::refresh() } } +} // namespace