Skip to content

Commit

Permalink
Merge pull request #454 from Tectu/master
Browse files Browse the repository at this point in the history
Remove superfluous semicolon
  • Loading branch information
tfussell authored Mar 25, 2020
2 parents 568ac85 + 4e0333a commit d1d9553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/xlnt/utils/numeric.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ template <typename Number>
constexpr Number abs(Number val)
{
return (val < Number{0}) ? -val : val;
};
}

/// <summary>
/// constexpr max
Expand Down

0 comments on commit d1d9553

Please sign in to comment.