Skip to content

Commit 9ebcaa6

Browse files
committed
fix linter
1 parent fa7ffd9 commit 9ebcaa6

File tree

2 files changed

+0
-27
lines changed

2 files changed

+0
-27
lines changed

apps/omg_eth/lib/omg_eth/root_chain/abi_event_selector.ex

-13
Original file line numberDiff line numberDiff line change
@@ -64,19 +64,6 @@ defmodule OMG.Eth.RootChain.AbiEventSelector do
6464
}
6565
end
6666

67-
@spec in_flight_exit_deleted() :: ABI.FunctionSelector.t()
68-
def in_flight_exit_deleted() do
69-
%ABI.FunctionSelector{
70-
function: "InFlightExitDeleted",
71-
input_names: ["exitId"],
72-
inputs_indexed: [true],
73-
method_id: <<25, 145, 196, 195>>,
74-
returns: [],
75-
type: :event,
76-
types: [uint: 160]
77-
}
78-
end
79-
8067
@spec in_flight_exit_challenged() :: ABI.FunctionSelector.t()
8168
def in_flight_exit_challenged() do
8269
%ABI.FunctionSelector{

priv/perf/apps/load_test/lib/scenario/start_standard_exit.ex

-14
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
<<<<<<< HEAD:apps/omg_utils/test/omg_utils/app_version_tet.exs
16-
defmodule OMG.Utils.AppVersionTest do
17-
use ExUnit.Case, async: true
18-
19-
alias OMG.Utils.AppVersion
20-
21-
describe "version/1" do
22-
test "returns a compliant semver when given an application" do
23-
# Using :elixir as the app because it is certain to be running during the test
24-
version = AppVersion.version(:elixir)
25-
assert {:ok, _} = Version.parse(version)
26-
end
27-
=======
2815
defmodule LoadTest.Scenario.StartStandardExit do
2916
@moduledoc """
3017
Starts a standard exit.
@@ -50,6 +37,5 @@ defmodule LoadTest.Scenario.StartStandardExit do
5037
|> Exit.start_exit(exiter, gas_price)
5138

5239
Session.assign(session, tx_hash: tx_hash)
53-
>>>>>>> origin/master:priv/perf/apps/load_test/lib/scenario/start_standard_exit.ex
5440
end
5541
end

0 commit comments

Comments
 (0)