Skip to content

Commit d5518ca

Browse files
committed
chore: format
1 parent c1bbc25 commit d5518ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/framework.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ type MemoryNode struct {
361361
}
362362

363363
// buildMemoryTreeFromNodes builds a memory reference node from goref profile nodes.
364-
func (tf *TestFramework) buildMemoryTreeFromNodes(nodes map[string]ProfileNodeInterface, stringTable []string, rootPrefixes []string) *MemoryNode {
364+
func (tf *TestFramework) buildMemoryTreeFromNodes(nodes map[string]ProfileNodeInterface, stringTable, rootPrefixes []string) *MemoryNode {
365365
root := &MemoryNode{Children: []*MemoryNode{}}
366366
if len(rootPrefixes) == 0 {
367367
rootPrefixes = []string{"main."}

0 commit comments

Comments
 (0)