Skip to content

Commit 06c533d

Browse files
KyleAMathewsclaude
andcommitted
style: fix prettier formatting in static analysis module
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f738191 commit 06c533d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/typescript-client/bin/lib/shape-stream-static-analysis.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,12 @@ function buildSharedFieldReport(classInfo) {
707707
return reports.sort(compareReports)
708708
}
709709

710-
function buildUnboundedRetryReport(sourceFile, classDecl, _classInfo, recursiveMethods) {
710+
function buildUnboundedRetryReport(
711+
sourceFile,
712+
classDecl,
713+
_classInfo,
714+
recursiveMethods
715+
) {
711716
const recursiveNames = new Set(recursiveMethods.map((m) => m.name))
712717
const reports = []
713718

0 commit comments

Comments
 (0)