Skip to content

Commit 07d827e

Browse files
author
Gleb Brozhe
committed
an attempt to resolve merge conflict
1 parent 922b301 commit 07d827e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/decimal/decimal_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,8 @@ func uint128(hi, lo uint64) []byte {
246246
func uint128s(lo uint64) []byte {
247247
return uint128(0, lo)
248248
}
249-
func TestParse(t *testing.T) {
250249

250+
func TestParse(t *testing.T) {
251251
tests := []struct {
252252
name string
253253
s string
@@ -273,7 +273,6 @@ func TestParse(t *testing.T) {
273273
}
274274
})
275275
}
276-
277276
}
278277

279278
func FuzzParse(f *testing.F) {

internal/stack/record.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ func (c call) Record(opts ...recordOption) string {
9999
opt(&optionsHolder)
100100
}
101101
}
102+
102103
name, file := extractName(c.function, c.file)
103104
fnDetails := parseFunctionName(name)
104105

0 commit comments

Comments
 (0)