Browse Source

Removed unnecessary semicolons causing warnings

Former-commit-id: 900af4bfbf [formerly 75bccd104c]
Former-commit-id: 172aceef7e
tempestpy_adaptions
sjunges 8 years ago
parent
commit
606ab9eb09
  1. 2
      src/storage/jani/JSONExporter.h

2
src/storage/jani/JSONExporter.h

@ -9,7 +9,7 @@
#include "json.hpp" #include "json.hpp"
namespace modernjson { namespace modernjson {
using json = nlohmann::basic_json<std::map, std::vector, std::string, bool, int64_t, uint64_t, double, std::allocator>; using json = nlohmann::basic_json<std::map, std::vector, std::string, bool, int64_t, uint64_t, double, std::allocator>;
};
}
namespace storm { namespace storm {
namespace jani { namespace jani {

Loading…
Cancel
Save