Skip to content

Commit 87bdfe9

Browse files
committed
fix: test/slo lint
1 parent de69d2c commit 87bdfe9

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/slo/database/sql/storage.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import (
1616
"slo/internal/generator"
1717
)
1818

19-
//nolint:goconst
2019
const (
2120
createTemplate = `
2221
CREATE TABLE ` + "`%s`" + ` (

tests/slo/native/storage.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import (
1818
"slo/internal/generator"
1919
)
2020

21-
//nolint:goconst
2221
const (
2322
upsertTemplate = `
2423
PRAGMA TablePathPrefix("%s");

0 commit comments

Comments
 (0)