reinstate coding style variable line. Fix outlier command formatting in DisposableVM doc

This commit is contained in:
Miguel Jacq 2017-05-25 17:50:45 +10:00
parent 013aa5083c
commit 15388d2d61
No known key found for this signature in database
GPG key ID: EEA4341C6D97A0B6
2 changed files with 3 additions and 1 deletions

View file

@ -165,6 +165,8 @@ Security coding guidelines
height = untrusted_conf.height;
~~~
- Use others variables, without the `untrusted_` prefix to hold the sanitized values, as shown above.
Python-specific guidelines
--------------------------