Skip to content

Commit

Permalink
[onert] Add space to increase readability
Browse files Browse the repository at this point in the history
This commit adds space to increase readability.

ONE-DCO-1.0-Signed-off-by: Jiyoung Yun <[email protected]>
  • Loading branch information
jyoungyun committed Aug 28, 2024
1 parent 109d223 commit 25e302e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class UntrainableOperation : public OperationType, public TrainableOperation
void accept(OperationVisitor &v) const override { v.visit(*this); }
void accept(TrainableOperationVisitor &) const override
{
throw std::runtime_error(OperationType::name() + "operation is not trainable yet");
throw std::runtime_error(OperationType::name() + " operation is not trainable yet");
}
bool hasTrainableParameter() const override { return false; }
};
Expand Down

0 comments on commit 25e302e

Please sign in to comment.