Merge "Title overline too short"

This commit is contained in:
Zuul 2018-11-08 00:51:14 +00:00 committed by Gerrit Code Review
commit abe0516df0
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ Style Commandments
Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/
Murano Specific Commandments
---------------------------
----------------------------
- [M318] Change assertEqual(A, None) or assertEqual(None, A) by optimal assert
like assertIsNone(A)