Skip to content

Commit ad3c7d3

Browse files
committed
style.sh generated changes
1 parent c05c104 commit ad3c7d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Firestore/core/src/firebase/firestore/util/filesystem_win.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,8 @@ Status Filesystem::Rename(const Path& from_path, const Path& to_path) {
156156

157157
DWORD error = ::GetLastError();
158158
return Status::FromLastError(
159-
error, StringFormat("Could not rename file %s to %s", from_path.ToUtf8String(), to_path.ToUtf8String()));
159+
error, StringFormat("Could not rename file %s to %s",
160+
from_path.ToUtf8String(), to_path.ToUtf8String()));
160161
}
161162

162163
namespace {

0 commit comments

Comments
 (0)