Skip to content

Commit 4756ccc

Browse files
antonisclaude
andcommitted
chore: Fix trailing whitespace in JSDoc
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1545de3 commit 4756ccc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/src/logs/internal.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ function sanitizeLogAttributes(attributes: Attributes): Attributes {
256256
* Uses the native `String.prototype.toWellFormed()` when available
257257
* (Node 20+, Chrome 111+, Safari 15.4+, Firefox 119+, Hermes).
258258
* On older runtimes without native support, returns the string as-is.
259-
*
259+
*
260260
* Exported for testing
261261
*/
262262
export function _removeLoneSurrogates(str: string): string {

0 commit comments

Comments
 (0)