aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2020-11-11 18:45:01 +0100
committerGravatar GitHub <noreply@github.com> 2020-11-11 18:45:01 +0100
commit9178f9d1ee82649a3cb3e015e6150b8fecab8b1a (patch)
tree0e7a99021dcc440d894c8bf84d2b9e86167a37d6 /test
parent4b87be2a0eb9ca70ecb8a04b1bf57cb5ea5a7c95 (diff)
downloadcoredns-9178f9d1ee82649a3cb3e015e6150b8fecab8b1a.tar.gz
coredns-9178f9d1ee82649a3cb3e015e6150b8fecab8b1a.tar.zst
coredns-9178f9d1ee82649a3cb3e015e6150b8fecab8b1a.zip
Remove newlines between braces (#4279)
These are found with: `pcregrep -M "}\n\n}" **/*.go` Sometimes a unneeded newline is inserted, remove those. Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'test')
-rw-r--r--test/metric_naming_test.go1
-rw-r--r--test/wildcard_test.go1
2 files changed, 0 insertions, 2 deletions
diff --git a/test/metric_naming_test.go b/test/metric_naming_test.go
index 2f278dad0..e8aa585c1 100644
--- a/test/metric_naming_test.go
+++ b/test/metric_naming_test.go
@@ -37,7 +37,6 @@ func TestMetricNaming(t *testing.T) {
t.Fatalf("A slice of Problems indicating any issues found in the metrics stream: %s", problems)
}
}
-
}
type validMetricWalker struct {
diff --git a/test/wildcard_test.go b/test/wildcard_test.go
index cb50af2e5..85b093308 100644
--- a/test/wildcard_test.go
+++ b/test/wildcard_test.go
@@ -86,5 +86,4 @@ func TestLookupWildcard(t *testing.T) {
continue
}
}
-
}
/main Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/src/js_parser.zig (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-14Make builtins' source origin use a valid url (#4152)Gravatar dave caruso 4-275/+284
2023-08-14Small docs changeGravatar Colin McDonnell 1-2/+2
2023-08-13fix makefile (#4148)Gravatar dave caruso 1-1/+1
2023-08-12Update Stric guides (#4137)Gravatar Revenity 1-4/+6
2023-08-12Fix worker event loop ref/unref + leak (#4114)Gravatar dave caruso 35-263/+465
2023-08-11Fix using uninitialized variable when formatting `config_path`. (#4129)Gravatar Ai Hoshino 2-1/+21
2023-08-11Deprecate loading `node_modules.bun` (#4131)Gravatar Jarred Sumner 34-2204/+222
2023-08-11`bun-wasm` fixes & improvements (#4126)Gravatar jhmaster 14-44/+252
2023-08-11Support TypeScript's `export type * as Foo from 'bar'` (#4125)Gravatar Jarred Sumner 2-9/+42
2023-08-11Fix wasm buildGravatar Jarred Sumner 1-1/+5
2023-08-10async realpath (#4117)Gravatar Jarred Sumner 6-58/+184
2023-08-10Remove assertionGravatar Jarred Sumner 1-3/+0
2023-08-10More lazily initialize these static stringsGravatar Jarred Sumner 1-5/+7
2023-08-10don't check for trailing slash, var streamGravatar Dylan Conway 3-9/+9
2023-08-10run files without extensions (#4113)Gravatar Dylan Conway 4-11/+46
2023-08-10Fix memory leak in base64url (#4111)Gravatar Jarred Sumner 1-2/+2
2023-08-10Handle thundering herd of setInterval (#4109)Gravatar Jarred Sumner 1-2/+17
2023-08-10fs.zig: create temp files with 0o700, not 0o007 (#4107)Gravatar Adhityaa Chandrasekar 1-1/+1
2023-08-10Update remix guideGravatar Colin McDonnell 1-2/+4
2023-08-10zig fmtGravatar Jarred Sumner 1-4/+4
2023-08-10Fixes #4062 (#4106)Gravatar Jarred Sumner 8-26/+87
2023-08-10bun test: format description of test.each (#4092)Gravatar Jacques 3-13/+311
2023-08-10add util.formatWithOptions (#4090)Gravatar dave caruso 3-9/+30
2023-08-10Fix titleGravatar Colin McDonnell 1-1/+1