From 1c344bcf99c441fd67124d2dac41082c32674d47 Mon Sep 17 00:00:00 2001 From: Ayrat Badykov Date: Tue, 16 Jul 2019 14:19:30 +0300 Subject: [PATCH] mix format --- apps/explorer/test/explorer/etherscan/logs_test.exs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/explorer/test/explorer/etherscan/logs_test.exs b/apps/explorer/test/explorer/etherscan/logs_test.exs index d1d3f8151c..490dce199d 100644 --- a/apps/explorer/test/explorer/etherscan/logs_test.exs +++ b/apps/explorer/test/explorer/etherscan/logs_test.exs @@ -194,8 +194,8 @@ defmodule Explorer.Etherscan.LogsTest do all_found_logs = first_found_logs ++ second_found_logs assert Enum.all?(inserted_records, fn record -> - Enum.any?(all_found_logs, fn found_log -> found_log.index == record.index end) - end) + Enum.any?(all_found_logs, fn found_log -> found_log.index == record.index end) + end) end test "with a valid topic{x}" do