Skip to content

Commit 399ea97

Browse files
author
maksim.konovalov
committed
Fix lint comment
1 parent e80e9d6 commit 399ea97

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

box/info.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ type Info struct {
3434
LSN uint64 `msgpack:"lsn"`
3535
}
3636

37-
// InfoResponse represents the response structure that holds the information of the Tarantool instance.
37+
// InfoResponse represents the response structure
38+
// that holds the information of the Tarantool instance.
3839
// It contains a single field: Info, which holds the instance details (version, UUID, PID, etc.).
3940
type InfoResponse struct {
4041
Info Info

0 commit comments

Comments
 (0)