1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-06-19 07:47:05 +01: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; return ret;
}; }