Make Formatter Happy

Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
This commit is contained in:
Will Hawkins
2026-05-04 11:31:19 -04:00
parent 333270deee
commit e4d6daa8fe
2 changed files with 6 additions and 6 deletions
+2 -1
View File
@@ -16,8 +16,9 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>.
import ArgumentParser
import Darwin
import Common
import Darwin
@main
struct Cli: ParsableCommand {
public func run() throws {
-1
View File
@@ -15,7 +15,6 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
public enum Result<OKT>: Equatable {
case Ok(OKT)
case Error(any Errorable)