]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/api/strategy/BasicStrategy.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Misc. Sonar smells.
[simgrid.git] / src / mc / api / strategy / BasicStrategy.hpp
index ef7bee36504f3b7f7a5363f633dc1312fa27e5bb..7ecb32533ed6b2f114b57415d7181f9404a56aaf 100644 (file)
@@ -36,12 +36,9 @@ public:
       return std::make_pair(aid, depth_);
     }
     return std::make_pair(-1, depth_);
-  
   }
-    
 
   void execute_next(aid_t aid, RemoteApp& app) override { return; }
-    
 };
 
 } // namespace simgrid::mc