From d4fab811d3857c36f1d8271a940ffca113e012b7 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 30 Aug 2026 12:59:20 +0900 Subject: internal/store: improve doc comments This improves readability on narrow 3:2 display. Signed-off-by: Ophestra --- internal/store/header.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'internal/store/header.go') diff --git a/internal/store/header.go b/internal/store/header.go index 5b5d73be..0e5a92a2 100644 --- a/internal/store/header.go +++ b/internal/store/header.go @@ -60,7 +60,8 @@ func (e *EntrySizeError) Error() string { return "state entry file " + strconv.Quote(e.Name) + " is too short" } -// entryCheckFile checks whether [os.FileInfo] refers to a file that might hold [hst.State]. +// entryCheckFile checks whether [os.FileInfo] refers to a file that might hold +// [hst.State]. func entryCheckFile(fi os.FileInfo) error { if fi.IsDir() { return syscall.EISDIR -- cgit v1.3.1