diff --git a/mix.exs b/mix.exs
index d1bebd5..f29bf68 100644
--- a/mix.exs
+++ b/mix.exs
@@ -57,13 +57,7 @@ defmodule Reactor.MixProject do
before_closing_head_tag: fn type ->
if type == :html do
"""
-
+
+ """
+ end
+ end,
groups_for_modules: [
Dsl: ~r/^Reactor\.Dsl.*/,
Steps: ~r/^Reactor\.Step.*/,