mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-24 05:40:15 +00:00
added back accidentally deleted empty line
This commit is contained in:
@@ -969,6 +969,7 @@ pub const SplitTree = extern struct {
|
||||
defer left.deinit();
|
||||
const right = self.buildTree(tree, s.right);
|
||||
defer right.deinit();
|
||||
|
||||
break :split .initNew(SplitTreeSplit.new(
|
||||
current,
|
||||
&s,
|
||||
|
||||
Reference in New Issue
Block a user