mirror of
https://github.com/zhom/banderole.git
synced 2026-06-06 14:33:53 +02:00
chore: linting
This commit is contained in:
+1
-1
@@ -321,7 +321,7 @@ exit /b
|
||||
|
||||
// Add data marker
|
||||
file.write_all(b"\n__DATA__\n")?;
|
||||
|
||||
|
||||
// Append base64-encoded zip data
|
||||
let encoded = base64::engine::general_purpose::STANDARD.encode(&zip_data);
|
||||
file.write_all(encoded.as_bytes())?;
|
||||
|
||||
Reference in New Issue
Block a user