reformat code

This commit is contained in:
2022-08-18 19:15:16 +02:00
parent 988abb715f
commit 653ee95311
7 changed files with 25 additions and 25 deletions

View File

@ -203,7 +203,7 @@ func addJsonFiles(recordFiles []string, imgCam []string, flipImage bool, w *zip.
if flipImage {
rcd.UserAngle = rcd.UserAngle * -1
rcd.CamImageArray = fmt.Sprintf("flip_%s", camName)
}else {
} else {
rcd.CamImageArray = camName
}