Skip to content

Commit

Permalink
buildifier
Browse files Browse the repository at this point in the history
  • Loading branch information
abrisco committed May 7, 2024
1 parent c6feece commit 6626455
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion verilator/defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ def cc_compile_and_link_static_library(ctx, srcs, hdrs, deps, runfiles, includes

return [
DefaultInfo(
files = depset(output_files), runfiles = ctx.runfiles(files = runfiles)),
files = depset(output_files),
runfiles = ctx.runfiles(files = runfiles),
),
CcInfo(
compilation_context = compilation_context,
linking_context = linking_context,
Expand Down

0 comments on commit 6626455

Please sign in to comment.