fix(db): remove incorrect comment

This commit is contained in:
Jakob Borg
2025-12-28 19:33:35 +01:00
parent b7b494b7cf
commit 1843cac6d9
+1 -1
View File
@@ -4,7 +4,7 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
// You can obtain one at https://mozilla.org/MPL/2.0/.
package db // import "github.com/syncthing/syncthing/internal/db/sqlite"
package db
import (
"iter"