Skip to content

Commit

Permalink
But format the stuff it does know about
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ferraz-oliveira committed Jun 29, 2024
1 parent 1f8b5f9 commit f099608
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/ktn_code_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
-export([parse_sigils/1]).

-endif.

-endif.

-define(EXCLUDED_FUNS, [module_info, all, test, init_per_suite, end_per_suite]).
Expand Down Expand Up @@ -159,11 +158,12 @@ parse_maybe_else(_Config) ->

ok.

-if (?OTP_RELEASE >= 27).
-if(?OTP_RELEASE >= 27).

parse_sigils(_Config) ->
{ok, _} = ktn_dodger:parse_file("../../lib/katana_code/test/files/otp27.erl",
[no_fail, parse_macro_definitions]).
{ok, _} =
ktn_dodger:parse_file("../../lib/katana_code/test/files/otp27.erl",
[no_fail, parse_macro_definitions]).

-endif.
-endif.
Expand Down

0 comments on commit f099608

Please sign in to comment.