mirror of
https://github.com/gopl-zh/gopl-zh.github.com.git
synced 2024-12-26 06:46:27 +00:00
parent
38d6e5c51b
commit
9628c555ad
@ -57,7 +57,7 @@ func (s *IntSet) String() string {
|
|||||||
if buf.Len() > len("{") {
|
if buf.Len() > len("{") {
|
||||||
buf.WriteByte('}')
|
buf.WriteByte('}')
|
||||||
}
|
}
|
||||||
fmt.Fprintf(&buf, "%d", 64*i+j)"}")}}
|
fmt.Fprintf(&buf, "%d", 64*i+j)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user