Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bormilan committed Oct 7, 2024
1 parent 870e2ed commit 745979e
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions test/style_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -1200,9 +1200,20 @@ verify_max_function_clause_length(Config) ->

Numbers = [Number || #{info := [Number, _, _, _, _]} <- Result],

_ = Numbers =:= ["1st", "5th", "6th", "7th", "11th",
"13th", "19th", "20th", "21st", "29th",
"30th", "31st", "33rd"].
_ = Numbers
=:= ["1st",
"5th",
"6th",
"7th",
"11th",
"13th",
"19th",
"20th",
"21st",
"29th",
"30th",
"31st",
"33rd"].

-spec verify_no_debug_call(config()) -> any().
verify_no_debug_call(Config) ->
Expand Down

0 comments on commit 745979e

Please sign in to comment.