Skip to content

Commit a91ec3a

Browse files
scgopiclaude
andcommitted
Fix the gate: wrap a line swift-format --strict rejects
PR #352 landed with one [LineLength] violation, so `make check` exited 2 on main. Formatter output only, no semantic change. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016n4hSXVu6wLR4RCfnt6PPG
1 parent cc2b482 commit a91ec3a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

graphcode/Tests/CodexThreadResolverTests.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ struct CodexThreadResolverTests {
7171
try FileManager.default.createDirectory(at: directory, withIntermediateDirectories: true)
7272
defer { try? FileManager.default.removeItem(at: directory) }
7373
for name in ["state_4.sqlite", "state_12.sqlite", "goals_1.sqlite", "state_5.sqlite-wal"] {
74-
FileManager.default.createFile(atPath: directory.appendingPathComponent(name).path, contents: nil)
74+
FileManager.default.createFile(
75+
atPath: directory.appendingPathComponent(name).path, contents: nil)
7576
}
7677
let original = CodexThreadResolver.codexDirectory
7778
CodexThreadResolver.codexDirectory = directory

0 commit comments

Comments
 (0)