Skip to content

Commit e3990f9

Browse files
committed
chore: format code
1 parent aea1113 commit e3990f9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/opencode/src/session/prompt.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,7 @@ export namespace SessionPrompt {
897897
}
898898
}
899899
const args = { filePath: filepath, offset, limit }
900-
900+
901901
const pieces: MessageV2.Part[] = [
902902
{
903903
id: Identifier.ascending("part"),
@@ -996,7 +996,6 @@ export namespace SessionPrompt {
996996
]
997997
}
998998

999-
1000999
const file = Bun.file(filepath)
10011000
FileTime.read(input.sessionID, filepath)
10021001
return [

0 commit comments

Comments
 (0)