Skip to content

Commit 3c2c277

Browse files
committed
indent fix
1 parent 4665309 commit 3c2c277

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core/src/codewhisperer/util/editorContext.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,8 @@ function logSupplementalContext(supplementalContext: CodeWhispererSupplementalCo
295295
logString += indent(`\nChunk ${index}:\n`, 4, true)
296296
logString += indent(
297297
`Path: ${context.filePath}
298-
Length: ${context.content.length}
299-
Score: ${context.score}`,
298+
Length: ${context.content.length}
299+
Score: ${context.score}`,
300300
8,
301301
true
302302
)

0 commit comments

Comments
 (0)