Skip to content

Commit

Permalink
format whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
lwxxxxxxx committed Jan 23, 2025
1 parent c4805cd commit 55226ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libspu/mpc/swift/type.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class AShrTy : public TypeImpl<AShrTy, RingTy, Secret, AShare> {
using Base::Base;
static std::string_view getStaticId() { return "swift.AShr"; }
explicit AShrTy(FieldType field) { field_ = field; }

size_t size() const override {
if (field_ == FT_INVALID) {
return 0;
Expand Down

0 comments on commit 55226ed

Please sign in to comment.