redundant variable type def

This commit is contained in:
max furman 2019-12-09 12:54:32 -08:00
parent 83129fd59f
commit 2676d525c4

View file

@ -24,7 +24,7 @@ import (
type IdentityType string
// DisableIdentity is a global variable to disable the identity.
var DisableIdentity bool = false
var DisableIdentity = false
// Disabled represents a disabled identity type
const Disabled IdentityType = ""