Skip to content

Commit 7922010

Browse files
authored
style: apply biome formatter to signed-commit test
Generated-By: PostHog Code Task-Id: d4c15be5-816f-4f11-9c71-3e354a272681
1 parent 05744dc commit 7922010

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/agent/src/adapters/local-tools/tools/signed-commit.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ describe("signed-commit tool handler", () => {
2222
createSignedCommit.mockReset();
2323
createSignedCommit.mockResolvedValue({
2424
branch: "posthog-code/feature",
25-
commits: [{ sha: "deadbeef", url: "https://github.com/x/y/commit/deadbeef" }],
25+
commits: [
26+
{ sha: "deadbeef", url: "https://github.com/x/y/commit/deadbeef" },
27+
],
2628
});
2729
});
2830

0 commit comments

Comments
 (0)