Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
stateImplName is a map and should be printed by %v. Before: stateImplConfigs=map[numBuckets:%!s(int=1000003) maxGroupingAtEachLevel:%!s(int=5) bucketCacheSize:%!s(int=100)] After: stateImplConfigs=map[numBuckets:1000003 maxGroupingAtEachLevel:5 bucketCacheSize:100] Change-Id: Ie9b2df5af0e160308d759a7884f0118595dd8702 Signed-off-by: Yuta Namiki <[email protected]>
- Loading branch information