Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanRublev committed Apr 29, 2024
1 parent 098301c commit 343ffab
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,8 @@ defmodule Domo.TypeEnsurerFactory.GeneratorTypeEnsurerModuleTest do

test "function" do
load_type_ensurer_module_with_no_preconds(%{
first: [quote(do: (-> any()))],
# quote(do: (() -> any()))
first: [[{:->, [], [[], {:any, [], []}]}]],
second: [quote(do: (... -> any()))]
})

Expand Down

0 comments on commit 343ffab

Please sign in to comment.