Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
juliebin committed Jan 9, 2025
1 parent 2326e07 commit 7e841af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/momentum/4/modules/openarc.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ function mod:core_post_final_validation(msg, accept, vctx)
if ok == nil or ok == '' then
print("ARC seal failed. No ARC set add! Check paniclog for reasons.")
elseif ok == "skip" then
print("ARC seal skipped. No ARC set add: ARC chain failed before reaching me.")
print("ARC seal skipped. No ARC set add: ARC chain failed before reaching me.")
else
print("ARC seal ok. ARC set added!")
end
Expand Down Expand Up @@ -162,7 +162,7 @@ function mod:core_final_validation(msg, accept, vctx)
if ok == nil or ok == '' then
print("ARC seal failed. No ARC set add! Check paniclog for reasons.")
elseif ok == "skip" then
print("ARC seal skipped. No ARC set add: ARC chain failed before reaching me.")
print("ARC seal skipped. No ARC set add: ARC chain failed before reaching me.")
else
print("ARC seal ok. ARC set added!")
end
Expand Down

0 comments on commit 7e841af

Please sign in to comment.