Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeyT1994 committed Feb 12, 2024
1 parent dcc075f commit 6418fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FormNetworks/bilinearformnetwork.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function BilinearFormNetwork(
ket::AbstractITensorNetwork;
operator_vertex_map=default_operator_vertex_map,
bra_vertex_map=default_bra_vertex_map,
ket_vertex_map=default_ket_vertex_map
ket_vertex_map=default_ket_vertex_map,
)

# TODO: Reminder to fix `rename_vertices(::AbstractITensorNetwork)`.
Expand Down

0 comments on commit 6418fa4

Please sign in to comment.