mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-09-01 22:57:21 -04:00
Do not print redundant newline after creating a notes-only entry
This commit is contained in:
@@ -84,6 +84,7 @@ func StringGen(length int, complex bool, complexity float64) string {
|
||||
extendedCharset = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
|
||||
}
|
||||
|
||||
// loop until a string of the desired complexity is generated
|
||||
for {
|
||||
// generate a random string
|
||||
result := make([]byte, length)
|
||||
|
||||
Reference in New Issue
Block a user