]> AND Public Git Repository - simgrid.git/blobdiff - src/instr/instr_paje_values.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[sonar] Prefer lambda over anonymous class.
[simgrid.git] / src / instr / instr_paje_values.cpp
index 6a4bd38eec5c3da6e348d32d3ed8a7c8c7bc2b50..b2c5f6b1e69024234833ad39cbe0f4c8e8ae04e7 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2012-2019. The SimGrid Team.
+/* Copyright (c) 2012-2020. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -13,7 +13,7 @@ namespace simgrid {
 namespace instr {
 
 EntityValue::EntityValue(const std::string& name, const std::string& color, Type* father)
-    : id_(instr_new_paje_id()), name_(name), color_(color), father_(father){};
+    : id_(instr_new_paje_id()), name_(name), color_(color), father_(father){}
 
 void EntityValue::print()
 {