Skip to content

Commit a612a26

Browse files
fmt
1 parent f0339ea commit a612a26

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/djls-project/src/inspector/zipapp.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ const INSPECTOR_PYZ: &[u8] = include_bytes!(concat!(
1313
pub struct InspectorFile(NamedTempFile);
1414

1515
impl InspectorFile {
16-
1716
pub fn create() -> Result<Self> {
1817
let mut zipapp_file = tempfile::Builder::new()
1918
.prefix("djls_inspector_")

0 commit comments

Comments
 (0)