Format fix.

This commit is contained in:
Gregory Kurtzer
2021-09-01 19:28:12 -07:00
parent d888483476
commit 50e6f0daf4

View File

@@ -111,7 +111,7 @@ func CopyFiles(source string, dest string) error {
if err != nil {
return err
}
err = CopyUIDGID(source,dest)
err = CopyUIDGID(source, dest)
if err != nil {
return err
}