Skip to content

Commit

Permalink
Merge pull request #149 from pfnet-research/fix_input_dims_error_message
Browse files Browse the repository at this point in the history
add space
  • Loading branch information
okdshin authored Oct 16, 2018
2 parents 34057e2 + 402e90f commit 1b8e00f
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 1b8e00f

Please sign in to comment.