Reformat comments

This commit is contained in:
Lawrence, Rendall
2022-04-12 18:32:17 +03:00
parent 1e5330ea7e
commit 554ae6fcd6
8 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -496,7 +496,7 @@ func asKey(in any) any {
if reflect.TypeOf(in).Comparable() {
return in
}
//FIXME: dirty hack
// FIXME: dirty hack
return fmt.Sprint(in)
}