Merge pull request #14127 from civicrm/5.13
[civicrm-core.git] / CRM / Utils / Network.php
index 0564590867a68322f8e7726bc53bb907568d2ecf..0a256816b04784f722731943421ad3d062a731e4 100644 (file)
@@ -34,6 +34,7 @@
  * Simple static helpers for network operations
  */
 class CRM_Utils_Network {
+
   /**
    * Try connecting to a TCP service; if it fails, retry. Repeat until serverStartupTimeOut elapses.
    *