From 4622f040612abbb0b9ddb0fdd984bf77fe8b9b14 Mon Sep 17 00:00:00 2001 From: jholdstock Date: Wed, 23 Aug 2023 13:56:49 +0100 Subject: [PATCH] database: Ensure comments end with period. --- database/database.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/database.go b/database/database.go index c1e2882b..2cf2a58a 100644 --- a/database/database.go +++ b/database/database.go @@ -58,7 +58,7 @@ const ( backupFileMode = 0600 ) -// backupMtx should be held when writing to the database backup file +// backupMtx should be held when writing to the database backup file. var backupMtx sync.Mutex // writeHotBackupFile writes a backup of the database file while the database