Skip to content

Commit

Permalink
style: fix some issues highlighted by mix credo --strict
Browse files Browse the repository at this point in the history
  • Loading branch information
ahamez committed Feb 26, 2025
1 parent 51b461e commit 9edcea0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/protox/default_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ defmodule Protox.DefaultTest do

alias ProtobufTestMessages.{
Proto2.TestAllTypesProto2,
Proto3.TestAllTypesProto3,
Proto3.ForeignEnum
Proto3.ForeignEnum,
Proto3.TestAllTypesProto3
}

test "Protobuf3" do
Expand Down
4 changes: 2 additions & 2 deletions test/protox_test.exs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
defmodule ProtoxTest do
use ExUnit.Case

alias Protox.Scalar
alias ProtobufTestMessages.Proto2.{TestAllRequiredTypesProto2, TestAllTypesProto2}
alias ProtobufTestMessages.Proto3.{ForeignEnum, NullHypothesisProto3, TestAllTypesProto3}
alias ProtobufTestMessages.Proto2.{TestAllTypesProto2, TestAllRequiredTypesProto2}
alias Protox.Scalar

doctest Protox

Expand Down

0 comments on commit 9edcea0

Please sign in to comment.