Skip to content

Commit 63eb8d1

Browse files
Fix Go fmt alignment
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent b9f2cf4 commit 63eb8d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go/session_fs_provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ type SessionFsSqliteQueryResult struct {
6969
Columns []string `json:"columns"`
7070
Rows []map[string]any `json:"rows"`
7171
RowsAffected int64 `json:"rowsAffected"`
72-
LastInsertRowid *int64 `json:"lastInsertRowid,omitempty"`
72+
LastInsertRowid *int64 `json:"lastInsertRowid,omitempty"`
7373
}
7474

7575
// SessionFsFileInfo holds file metadata returned by SessionFsProvider.Stat.

0 commit comments

Comments
 (0)