Skip to content

Commit 2d62820

Browse files
michaelklishindumbbell
authored andcommitted
Bazel: Update bazel/BUILD.horus
1 parent 76175d2 commit 2d62820

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

bazel/BUILD.horus

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ erlang_bytecode(
2424
srcs = [
2525
"src/horus.erl",
2626
"src/horus_cover.erl",
27-
"src/horus_utils.erl",
27+
"src/horus_utils.erl"
2828
],
2929
hdrs = [":public_and_private_hdrs"],
3030
app_name = "horus",
@@ -50,8 +50,9 @@ filegroup(
5050
filegroup(
5151
name = "private_hdrs",
5252
srcs = [
53+
"src/horus_cover.hrl",
5354
"src/horus_error.hrl",
54-
"src/horus_fun.hrl",
55+
"src/horus_fun.hrl"
5556
],
5657
)
5758

0 commit comments

Comments
 (0)