From 3441a7487dc2fa99a7da1466f166e6fc7eba2331 Mon Sep 17 00:00:00 2001 From: LordMZTE Date: Sun, 26 Jun 2022 00:22:20 +0200 Subject: [PATCH] chore: format code --- settings.zig | 1 - 1 file changed, 1 deletion(-) diff --git a/settings.zig b/settings.zig index d4044f8..d6739af 100644 --- a/settings.zig +++ b/settings.zig @@ -3,4 +3,3 @@ pub const version = "0.1.0"; pub const build_dir = "build"; // zip compression level. 9 is max. ask libarchive why this is a string. pub const compression_level = "9"; -