Fix lint for missing const, after fixing godoc for the outer type.

This commit is contained in:
Martin Smith 2025-03-22 18:42:12 +00:00
parent d2c5241961
commit e2ccb18e22

View File

@ -83,6 +83,7 @@ const (
type WriteableFileType backend.FileType
const (
// WriteableSnapshotFile is the WriteableFileType for snapshots.
WriteableSnapshotFile = WriteableFileType(SnapshotFile)
)