Skip to content

Commit 26ec01c

Browse files
Merge pull request #35 from ayushshrivastv/ayushshrivastv-patch-24
Update main.swift
2 parents f472bdb + 9086628 commit 26ec01c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ do {
282282

283283
let symbolGraph = createSymbolGraph(from: openAPIDocument)
284284
let encoder = JSONEncoder()
285-
encoder.outputFormatting = .prettyPrinted // For readable JSON
285+
encoder.outputFormatting = .prettyPrinted
286286
let jsonData = try encoder.encode(symbolGraph)
287287
try jsonData.write(to: URL(fileURLWithPath: "symbolgraph.json"))
288288
print("SymbolGraph saved to symbolgraph.json")

0 commit comments

Comments
 (0)