Skip to content

Commit

Permalink
[circledump] Fix namespace closing comment (#13664)
Browse files Browse the repository at this point in the history
This will fix namespace closing comment and insert empty space like others.

ONE-DCO-1.0-Signed-off-by: SaeHie Park <[email protected]>
  • Loading branch information
seanshpark authored Aug 13, 2024
1 parent 8e993e3 commit 719a6f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compiler/circledump/include/circledump/Dump.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ namespace circledump
{

void dump_model(std::ostream &os, const circle::Model *model);
}

} // namespace circledump

std::ostream &operator<<(std::ostream &os, const circle::Model *model);

Expand Down

0 comments on commit 719a6f7

Please sign in to comment.