Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeplf committed May 15, 2024
1 parent 9b94928 commit c8a670e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/shared_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ std::ostream& operator<<(std::ostream& os, ThreePointSomaStatus s) {
case Conforms:
os << "Three Point Soma: conforms to specification";
break;
default: // LCOV_EXCL_LINE
break; // LCOV_EXCL_LINE
}
return os;
}
Expand Down

0 comments on commit c8a670e

Please sign in to comment.