Skip to content

Commit

Permalink
style: add missing empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
jauniusmentimeter committed Jul 20, 2024
1 parent 0798bc8 commit 5fa9c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extract-json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ export function extractJSON(text: string) {
: trimmedText;

return json;
}
}

0 comments on commit 5fa9c80

Please sign in to comment.