Add support for config file parsing and watching
[ric-plt/xapp-frame-cpp.git] / test / unit_test.cpp
index 3e3c5bc..6c9cf31 100644 (file)
@@ -365,7 +365,6 @@ int main( int argc, char** argv ) {
        b = std::move( c );                                             // move = operator
        xapp::Alarm d = std::move( b );                 // move constructor
 
-
        // ------ minimal metrics to prove coverage ------------------------------------------------------------
        metrics( x );