Skip to content

Commit

Permalink
add space
Browse files Browse the repository at this point in the history
  • Loading branch information
okdshin committed Oct 16, 2018
1 parent 68b9125 commit 402e90f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menoh/model_core.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ namespace menoh_impl {
std::string const& dims_size)
: exception(menoh_error_code_unsupported_input_dims,
"menoh unsupported input dims error: " + name +
"has dims size: " + dims_size) {}
" has dims size: " + dims_size) {}
};

class backend_error : public exception {
Expand Down

0 comments on commit 402e90f

Please sign in to comment.