Skip to content

Commit

Permalink
Merge pull request #210 from ValeevGroup/ajay/format/patch1
Browse files Browse the repository at this point in the history
Fix clang-format
  • Loading branch information
bimalgaudel authored Jun 18, 2024
2 parents 6d767d2 + 012ff22 commit add0253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SeQuant/core/parse/deparse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ std::wstring deparse_expr(Sum const& sum, bool annot_sym) {

std::wstring deparse_expr(ExprPtr expr, bool annot_sym) {
if (!expr) return {};

using namespace details;
if (expr->is<Tensor>())
return deparse_expr(expr->as<Tensor>(), annot_sym);
Expand Down

0 comments on commit add0253

Please sign in to comment.