Skip to content

Commit

Permalink
reformat bzl
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Mahintorabi <[email protected]>
  • Loading branch information
QuantamHD committed Nov 2, 2024
1 parent 2b372e7 commit 8548293
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion synthesis/build_defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def _synthesize_design_impl(ctx):
data = [],
deps = [],
tags = [],
)]
)],
),
]

Expand Down
4 changes: 2 additions & 2 deletions verilog/defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
load(
":providers.bzl",
_VerilogInfo = "VerilogInfo",
_verilog_library = "verilog_library",
_make_dag_entry = "make_dag_entry",
_make_verilog_info = "make_verilog_info",
_verilog_library = "verilog_library",
)

VerilogInfo = _VerilogInfo
verilog_library = _verilog_library
make_dag_entry = _make_dag_entry
make_verilog_info = _make_verilog_info
make_verilog_info = _make_verilog_info

0 comments on commit 8548293

Please sign in to comment.