aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/test/code_SUITE_data/my_code_test.erl
diff options
context:
space:
mode:
Diffstat (limited to 'erts/emulator/test/code_SUITE_data/my_code_test.erl')
-rw-r--r--erts/emulator/test/code_SUITE_data/my_code_test.erl2
1 files changed, 0 insertions, 2 deletions
diff --git a/erts/emulator/test/code_SUITE_data/my_code_test.erl b/erts/emulator/test/code_SUITE_data/my_code_test.erl
index d2386157d6..9d12aa9897 100644
--- a/erts/emulator/test/code_SUITE_data/my_code_test.erl
+++ b/erts/emulator/test/code_SUITE_data/my_code_test.erl
@@ -24,5 +24,3 @@
make_fun(A) ->
fun(X) -> A + X end.
-
-