Fix formatting.
This commit is contained in:
parent
e7826dae00
commit
52525dd302
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
// Rename provides an atomic file rename. newpath is replaced if it
|
// Rename provides an atomic file rename. newpath is replaced if it
|
||||||
// already exists.
|
// already exists.
|
||||||
func Rename(oldpath, newpath string) error {
|
func Rename(oldpath, newpath string) error {
|
||||||
return os.Rename(oldpath, newpath)
|
return os.Rename(oldpath, newpath)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue