Skip to content

Commit

Permalink
fix: clang formatting of mlmodel
Browse files Browse the repository at this point in the history
  • Loading branch information
beniz committed Nov 14, 2021
1 parent b621c1e commit 130626b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mlmodel.h
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@ namespace dd

if (!fileops::is_directory_writable(_repo))
{
std::string errmsg
= "destination model directory " + _repo + " is not writable or does not exist.";
std::string errmsg = "destination model directory " + _repo
+ " is not writable or does not exist.";
logger->error(errmsg);
throw MLLibBadParamException(errmsg);
}
Expand Down

0 comments on commit 130626b

Please sign in to comment.