1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2024-11-10 00:45:36 +00:00

TabFunction: removed trailing semicolon

This commit is contained in:
Matt Spraggs 2015-11-10 12:24:47 +00:00
parent 64372eb9dc
commit bb044da413

View File

@ -174,4 +174,4 @@ map<double, double>::const_iterator TabFunction::nearest(const double x) const
}
return ret;
};
}