chai2010 2016-02-26 17:12:49 +08:00
parent 38d6e5c51b
commit 9628c555ad
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ func (s *IntSet) String() string {
if buf.Len() > len("{") {
buf.WriteByte('}')
}
fmt.Fprintf(&buf, "%d", 64*i+j)"}")}}
fmt.Fprintf(&buf, "%d", 64*i+j)
}
}
}