Skip to content

Commit

Permalink
fix clang format issue
Browse files Browse the repository at this point in the history
  • Loading branch information
TomMelt committed Mar 25, 2024
1 parent b0b0ff4 commit b0a551d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions core/src/Xios.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,10 @@ const std::map<int, std::string> Configured<Xios>::keyMap
* Configure an XIOS server
*
*/
Xios::Xios()
{
configure();
}
Xios::Xios() { configure(); }

//! Destructor
Xios::~Xios() {
finalize();
}
Xios::~Xios() { finalize(); }

//! Finalize XIOS context once xml config has been read and calendar settings updated
void Xios::context_finalize()
Expand Down

0 comments on commit b0a551d

Please sign in to comment.