mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 23:23:28 +00:00
zig fmt
This commit is contained in:
@@ -61,7 +61,7 @@ fn getAndMakeAppDir(allocator: Allocator) ?[]const u8 {
|
|||||||
allocator.free(app_dir_path);
|
allocator.free(app_dir_path);
|
||||||
log.warn("failed to create lightpanda data dir: {}", .{err});
|
log.warn("failed to create lightpanda data dir: {}", .{err});
|
||||||
return null;
|
return null;
|
||||||
}
|
},
|
||||||
};
|
};
|
||||||
return app_dir_path;
|
return app_dir_path;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user