Skip to content

Commit

Permalink
Fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
naman-crabnebula committed Jan 11, 2024
1 parent 3138889 commit 8d02323
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/packager/src/package/deb/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ use std::{
ffi::OsStr,
fs::File,
io::Write,
path::{Path, PathBuf},
os::unix::fs::MetadataExt,
path::{Path, PathBuf},
};

use handlebars::Handlebars;
use heck::AsKebabCase;
use image::{codecs::png::PngDecoder, ImageDecoder};
use relative_path::PathExt;
use serde::Serialize;
use walkdir::WalkDir;
use tar::HeaderMode;
use walkdir::WalkDir;

use super::Context;
use crate::{
Expand Down

0 comments on commit 8d02323

Please sign in to comment.