Skip to content

Commit

Permalink
Remove extraneous ';'
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajsekhar Setaluri committed Jul 15, 2020
1 parent 5fd9f8d commit 778d629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zext_coalescer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ std::pair<int, ConcatArgs::const_iterator> processArguments(
zeros += res.second;
}
return {zeros, it};
};
}

} // namespace

Expand Down

0 comments on commit 778d629

Please sign in to comment.