removing double semicolons at the end of lines

This commit is contained in:
Di Mang
2018-09-30 19:10:50 +02:00
parent 65c8357f53
commit 893383ce9b
12 changed files with 12 additions and 12 deletions

View File

@@ -314,7 +314,7 @@ using std::to_string;
#include <istream>
#include <cstdlib>
using boost::posix_time::ptime;;
using boost::posix_time::ptime;
//To enable using Transition with different meanings for IANA files
//and for DSTRules.
namespace IANAParser