Skip to content

Commit

Permalink
Merge pull request #228 from Sentimentron/fix-11
Browse files Browse the repository at this point in the history
Fix for error that happens on Go 1.11 and above
  • Loading branch information
Sentimentron authored Mar 23, 2019
2 parents 5d79ed7 + ac9fa85 commit 82e59c8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/error.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ func WrapError(err error) error {
}

func FormatError(err error, format string, args ...interface{}) error {
description := fmt.Sprintf(format, args)
description := fmt.Sprintf(format, args...)
return DescribeError(description, err)
}
Binary file modified knn/temp.cls
Binary file not shown.
Binary file modified trees/tmp
Binary file not shown.

0 comments on commit 82e59c8

Please sign in to comment.