mirror of
https://github.com/sot-tech/mochi.git
synced 2026-07-27 17:48:11 -07:00
Reformat comments
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user