Fixing style issue the lua linter did not like
Skyweave Test & Lint Ritual / Test and Lint Code (push) Successful in 20s
Skyweave Test & Lint Ritual / Deploy to Roof Unit (push) Failing after 0s

This commit is contained in:
wes
2025-06-16 16:41:43 -04:00
parent 77b9311fb9
commit 86fbca4924
+1 -2
View File
@@ -369,8 +369,7 @@ function utils.get_sim_iccid()
decoded_iccid = decoded_iccid .. char1 -- Append last char if odd length decoded_iccid = decoded_iccid .. char1 -- Append last char if odd length
end end
end end
-- The transmutation is complete. Present the true ICCID.
return decoded_iccid return decoded_iccid
end end