fixed formating

This commit is contained in:
Andreas Schulte
2023-10-03 14:46:03 +02:00
parent 809b72f059
commit 9c4d3c851c

View File

@ -24,7 +24,8 @@ func GenerateNewSHA256Sum() string {
[]string{ []string{
fmt.Sprintf("%d", prime), fmt.Sprintf("%d", prime),
GenerateNewUUID(), GenerateNewUUID(),
timestamp}, timestamp,
},
"|", "|",
), ),
) )