fix more EOF newlines

This commit is contained in:
Dylan K. Taylor
2022-01-07 20:39:43 +00:00
parent 75fc7a2d1f
commit 661848c5e7
5 changed files with 5 additions and 5 deletions

View File

@@ -28,4 +28,4 @@ final class ConfigLoadException extends \RuntimeException{
public static function wrap(string $fileName, \Exception $e) : self{
return new self("Failed to parse config $fileName: " . $e->getMessage(), 0, $e);
}
}
}