Strip empty lines at the end of classes

This commit is contained in:
Dylan K. Taylor
2018-06-11 13:19:23 +01:00
parent b3ea9606c7
commit 05af87e1d4
185 changed files with 0 additions and 199 deletions

View File

@ -572,5 +572,4 @@ class Config{
}
}
}
}

View File

@ -150,5 +150,4 @@ class Random{
public function nextBoundedInt(int $bound) : int{
return $this->nextInt() % $bound;
}
}

View File

@ -253,5 +253,4 @@ abstract class Terminal{
return $newString;
}
}