mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-22 05:40:51 +01:00
Fixed missing gofumpt for apg.go
This commit is contained in:
parent
4ee6b6651b
commit
89a2a349ef
1 changed files with 2 additions and 1 deletions
|
@ -118,7 +118,8 @@ func configMinRequirement(config *apg.Config) {
|
|||
|
||||
// configOldStyle configures the old style character modes
|
||||
func configOldStyle(config *apg.Config, humanReadable, lowerCase, upperCase,
|
||||
numeric, special, complexPass bool) {
|
||||
numeric, special, complexPass bool,
|
||||
) {
|
||||
if humanReadable {
|
||||
config.Mode = apg.MaskToggleMode(config.Mode, apg.ModeHumanReadable)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue