From a7da6dca1c167bebbdc6814c9db58630bdf346d3 Mon Sep 17 00:00:00 2001 From: zzstoatzz Date: Thu, 13 Aug 2026 21:31:28 -0500 Subject: [PATCH] zig fmt Co-Authored-By: Claude Fable 5 --- build.zig | 1 - src/internal/testing/interop_tests.zig | 1 - 2 files changed, 2 deletions(-) diff --git a/build.zig b/build.zig index 2ba3e3f..2ea8d84 100644 --- a/build.zig +++ b/build.zig @@ -189,7 +189,6 @@ pub fn build(b: *std.Build) void { const example_search_bluesky_step = b.step("example-search-bluesky", "search Bluesky posts via searchPostsV2"); example_search_bluesky_step.dependOn(&run_example_search_bluesky.step); - const example_resolve_identity = b.addExecutable(.{ .name = "example-resolve-identity", .root_module = b.createModule(.{ diff --git a/src/internal/testing/interop_tests.zig b/src/internal/testing/interop_tests.zig index e9b1882..56eff8c 100644 --- a/src/internal/testing/interop_tests.zig +++ b/src/internal/testing/interop_tests.zig @@ -159,7 +159,6 @@ fn parseLanguageSyntax(s: []const u8) ?void { return {}; } - // === tier 1: syntax validation === test "interop: tid syntax" { -- 2.51.2