mirror of
https://github.com/singchia/frontier.git
synced 2026-04-23 00:17:06 +08:00
optimize: iclm example ui
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ func (bm *BiMap) Set(key, value any) {
|
||||
|
||||
bm.kv[key] = value
|
||||
ks, ok := bm.vk[value]
|
||||
if ok {
|
||||
if !ok {
|
||||
ks = map[any]struct{}{}
|
||||
}
|
||||
ks[key] = struct{}{}
|
||||
|
||||
Reference in New Issue
Block a user