Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
komuw committed Mar 1, 2024
1 parent 65a33bb commit 69ec854
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vars.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ KIND: %v
SIGNATURE: %v
FIELDS: %v
METHODS: %v
STACK_TRACE: [ %v
]
STACK_TRACE: [
%v]
SNIPPET: %s
]
`,
Expand All @@ -94,7 +94,7 @@ SNIPPET: %s
v.Signature,
nLf(v.Fields),
nLf(v.Methods),
w.String(),
strings.TrimRight(w.String(), "\n"),
v.Val,
)
}
Expand Down

0 comments on commit 69ec854

Please sign in to comment.