diff --git a/Check.pm b/Check.pm
index 0c87096..d1a53df 100644
--- a/Check.pm
+++ b/Check.pm
@@ -206,12 +206,12 @@ else {
$toosmall = "0";
}
-my $sizeConsistency = "ANOMALOUS";
+my $sizeConsistency = "ANOMALOUS";
my $sizeConsistencyColor = "Tomato";
# Get result
if ( $toobig or $toosmall ) {
- $sizeConsistency = "ANOMALOUS";
+ $sizeConsistency = "ANOMALOUS";
$sizeConsistencyColor = "Tomato";
}
else {