Skip to content

Commit 973744d

Browse files
authored
Don't mix ptr and value recievers (Azure#5121)
1 parent e6ffbe8 commit 973744d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v2/tools/mangle-test-json/test_run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ func (tr *TestRun) IsInteresting() bool {
135135
return result
136136
}
137137

138-
func (d TestRun) actionSymbol() string {
138+
func (d *TestRun) actionSymbol() string {
139139
switch d.Action {
140140
case Passed:
141141
return "✅"

0 commit comments

Comments
 (0)