Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc committed Dec 19, 2023
1 parent 19a4332 commit 55b7110
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libspu/mpc/spdz2k/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ spu_cc_library(
":boolean",
":state",
":type",
"//libspu/core:xt_helper",
"//libspu/core:vectorize",
"//libspu/core:xt_helper",
"//libspu/mpc:ab_api",
"//libspu/mpc:api",
"//libspu/mpc:kernel",
Expand Down
2 changes: 1 addition & 1 deletion libspu/mpc/spdz2k/ot/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spu_cc_library(
name = "ferret",
hdrs = ["ferret.h"],
deps = [
"//libspu/mpc/cheetah/ot:ot",
"//libspu/mpc/cheetah/ot",
"//libspu/mpc/common:communicator",
],
)
Expand Down

0 comments on commit 55b7110

Please sign in to comment.