Skip to content

Commit

Permalink
fix: test/slo lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dlc-01 committed Feb 12, 2024
1 parent de69d2c commit 87bdfe9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/slo/database/sql/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import (
"slo/internal/generator"
)

//nolint:goconst
const (
createTemplate = `
CREATE TABLE ` + "`%s`" + ` (
Expand Down
1 change: 0 additions & 1 deletion tests/slo/native/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import (
"slo/internal/generator"
)

//nolint:goconst
const (
upsertTemplate = `
PRAGMA TablePathPrefix("%s");
Expand Down

0 comments on commit 87bdfe9

Please sign in to comment.