Skip to content

Commit f3e2c34

Browse files
committed
lib/logstorage/indexdb_test.go: add missing whitespace between // and non-existing-non-empty-tag-re
This is a follow-up for 918ccca . See also #417 (comment)
1 parent 9b56820 commit f3e2c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/logstorage/indexdb_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ func TestStorageSearchStreamIDs(t *testing.T) {
112112
// non-existing-tag-re
113113
f(`{job="job-0",instance="instance-0",non_existing_tag=~"foo.+"}`, nil)
114114

115-
//non-existing-non-empty-tag-re
115+
// non-existing-non-empty-tag-re
116116
f(`{job="job-0",instance="instance-0",non_existing_tag!~""}`, nil)
117117

118118
// match-job-instance

0 commit comments

Comments
 (0)