Skip to content

Commit a008710

Browse files
committed
fix (core): 修复代码多余空行问题
1 parent 80e0fad commit a008710

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src-tauri/src/update/update_linux.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ fn replace_executable(
7474
perms.set_mode(0o755);
7575
std::fs::set_permissions(current_exe, perms)?;
7676
}
77-
7877
info!("安装更新 -> 可执行文件权限设置完成");
7978

8079
Ok(())

0 commit comments

Comments
 (0)