Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremySkinner committed Feb 22, 2020
1 parent f9c83a1 commit 63e4223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FluentValidation/Validators/ScalePrecisionValidator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public class ScalePrecisionValidator : PropertyValidator {
.AppendArgument("ExpectedPrecision", Precision)
.AppendArgument("ExpectedScale", Scale)
.AppendArgument("Digits", precision - scale)
.AppendArgument("ActualScale", scale);2
.AppendArgument("ActualScale", scale);

return false;
}
Expand Down

0 comments on commit 63e4223

Please sign in to comment.