Skip to content

Commit

Permalink
chore(prettier): 🤖 ✨
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 16, 2023
1 parent 8421e7b commit 29efb7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/preview-kit/src/csm/transcode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ function prettyPathForLogging(path: PathSegment[]): string {
typeof segment === 'number'
? `[${segment}]`
: index > 0
? `.${segment}`
: segment,
? `.${segment}`
: segment,
)
.join('')
}

0 comments on commit 29efb7c

Please sign in to comment.