aboutsummaryrefslogtreecommitdiffstats
path: root/entity/id_interleaved.go
diff options
context:
space:
mode:
Diffstat (limited to 'entity/id_interleaved.go')
-rw-r--r--entity/id_interleaved.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/entity/id_interleaved.go b/entity/id_interleaved.go
index 28c59a42..7ae6d72e 100644
--- a/entity/id_interleaved.go
+++ b/entity/id_interleaved.go
@@ -22,7 +22,7 @@ func (ci CombinedId) String() string {
// Human return the identifier, shortened for human consumption
func (ci CombinedId) Human() string {
- format := fmt.Sprintf("%%.%ds", humanIdLength)
+ format := fmt.Sprintf("%%.%ds", HumanIdLength)
return fmt.Sprintf(format, ci)
}