Skip to content

Commit 04e4167

Browse files
allmightyspiffGitHub Enterprise
authored andcommitted
Update plugin/utils/utils.go
1 parent d3d42e2 commit 04e4167

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin/utils/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ func indexOf(element string, data []string) int {
524524
}
525525
}
526526
return -1 //not found.
527-
527+
}
528528
func FormatStringToTime(timestamp *string) string {
529529
timeInt, err := strconv.ParseInt(*timestamp, 10, 64)
530530
if err != nil {

0 commit comments

Comments
 (0)