Skip to content

Commit 601db31

Browse files
Reformatting code
1 parent 0cc4afa commit 601db31

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

search/binarySearchTree.zig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,6 @@ test "Testing traversal methods" {
268268
try testing.expect(std.mem.eql(i32, post.items, &check_post));
269269
}
270270

271-
272271
test "Testing operations on empty trees" {
273272
var gpa = std.heap.GeneralPurposeAllocator(.{}){};
274273
defer _ = gpa.deinit();

0 commit comments

Comments
 (0)