From ad1cfe8347144575e65f590cdd6ca83badc4dd21 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 6 Aug 2025 09:19:32 -0700 Subject: remove outdated comment --- src/datastruct/split_tree.zig | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/datastruct/split_tree.zig') diff --git a/src/datastruct/split_tree.zig b/src/datastruct/split_tree.zig index 69cb5201a..9cd929faa 100644 --- a/src/datastruct/split_tree.zig +++ b/src/datastruct/split_tree.zig @@ -521,9 +521,6 @@ pub fn SplitTree(comptime V: type) type { } /// Format the tree in a human-readable format. - /// - /// NOTE: This is currently in node-order but we should change this - /// to spatial ASCII drawings once we have better support for that. pub fn format( self: *const Self, comptime fmt: []const u8, -- cgit v1.2.3