Skip to content

Commit 77f2181

Browse files
author
David Haxton
committed
lint? idk what's going on here
1 parent 4eae668 commit 77f2181

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scala/private/phases/phase_coverage.bzl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,9 @@ def _phase_coverage(ctx, p, srcjars):
3636
output_jar = ctx.actions.declare_file(
3737
"{}-offline.jar".format(input_jar.basename.split(".")[0]),
3838
)
39-
4039
srcs_paths = []
4140
for src in ctx.files.srcs:
4241
srcs_paths = srcs_paths + [src.path]
43-
4442
in_out_pairs = [
4543
(input_jar, output_jar, srcs_paths),
4644
]

0 commit comments

Comments
 (0)