Remove extra newline in math.hpp

This commit is contained in:
spacek531 2017-07-04 13:45:29 -07:00 committed by Ted John
parent b460401ab6
commit bb8160fa3b
1 changed files with 0 additions and 1 deletions

View File

@ -48,5 +48,4 @@ namespace Math
if (x > 0) return 1;
return 0;
}
}