Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
Signed-off-by: caneGuy <[email protected]>
  • Loading branch information
caneGuy committed Aug 22, 2023
1 parent d4e15b4 commit 40047a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions be/src/exec/spill/dir_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ Status DirManager::init() {
for (; iter_tmp != spill_local_storage_paths.end(); ++iter_tmp) {
if (is_same_disk(path, iter_tmp->path)) {
return Status::InvalidArgument(fmt::format(
"spill_local_storage_dir {} has the same disk path with {}, please use another path",
path, iter_tmp->path));
"spill_local_storage_dir {} has the same disk path with {}, please use another path", path,
iter_tmp->path));
}
}
}
Expand Down

0 comments on commit 40047a2

Please sign in to comment.