David Baker 1 год назад
Родитель
Сommit
36571edb95
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      code_style.md

+ 1 - 0
code_style.md

@@ -224,6 +224,7 @@ Unless otherwise specified, the following applies to all code:
         // ...
     }
     ```
+
 37. Avoid functions whose behaviour / return type varies with different parameter types.
     Multiple return types are fine when appropriate (eg. SDKConfig.get() with a string param which
     returns the type according to the param given) but SDKConfig.get() with no args returning the