Skip to content

Commit 6626455

Browse files
committed
buildifier
1 parent c6feece commit 6626455

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

verilator/defs.bzl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ def cc_compile_and_link_static_library(ctx, srcs, hdrs, deps, runfiles, includes
7575

7676
return [
7777
DefaultInfo(
78-
files = depset(output_files), runfiles = ctx.runfiles(files = runfiles)),
78+
files = depset(output_files),
79+
runfiles = ctx.runfiles(files = runfiles),
80+
),
7981
CcInfo(
8082
compilation_context = compilation_context,
8183
linking_context = linking_context,

0 commit comments

Comments
 (0)