1
0
mirror of https://github.com/gilbertchen/duplicacy synced 2025-12-06 00:03:38 +00:00

Cleaned up formatting

Fixed tabbing
This commit is contained in:
amarcu5
2018-04-29 04:21:28 +01:00
parent 714a45c34a
commit ef1d316f33

View File

@@ -62,7 +62,7 @@ func CommandWithTimeout(timeoutInSeconds int, name string, arg ...string) (outpu
}
output = string(out)
return output, err;
return output, err
}
func DeleteShadowCopy() {