mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-06 18:06:33 +00:00
small stylistic changes
This commit is contained in:
@@ -46,7 +46,7 @@ pub fn CacheTable(
|
||||
comptime bucket_size: u8,
|
||||
) type {
|
||||
return struct {
|
||||
const Self = CacheTable(K, V, Context, bucket_count, bucket_size);
|
||||
const Self = @This();
|
||||
|
||||
const KV = struct {
|
||||
key: K,
|
||||
|
Reference in New Issue
Block a user