Skip to content

Commit

Permalink
Add format tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jroesch committed Jul 30, 2020
1 parent d66d0c7 commit 233bb33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/tvm/parser/source_map.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ struct Source {
* \param msg The message to attach.
*
*/
// TODO(@jroesch): replace the ostream with an interface for rendering errors.
// TODO(@jroesch): replace the ostream with an interface for rendering errors.
TVM_DLL void ReportAt(std::ostream& out, const Span& span, const std::string& msg) const;
};

Expand Down

0 comments on commit 233bb33

Please sign in to comment.