Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsimon committed May 13, 2022
1 parent 89c6f32 commit bd85657
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions checker/raw_result.go
Original file line number Diff line number Diff line change
Expand Up @@ -424,8 +424,3 @@ func DetailToRawLog(d *CheckDetail) Log {
}
}
}

// AsPointer returns a pointer to the original value.
func AsPointer(v interface{}) interface{} {
return &v
}

0 comments on commit bd85657

Please sign in to comment.