mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-04-02 10:19:17 +00:00
zig fmt
This commit is contained in:
@@ -215,7 +215,7 @@ pub fn RC(comptime T: type) type {
|
||||
_refs: T = 0,
|
||||
|
||||
pub fn init(refs: T) @This() {
|
||||
return .{._refs = refs};
|
||||
return .{ ._refs = refs };
|
||||
}
|
||||
|
||||
pub fn acquire(self: *@This()) void {
|
||||
|
||||
Reference in New Issue
Block a user