To be consistent with other commentaries, lets not put the dot at the end of
the one-line comment.
Change-Id: I86297b87752cf38056fc37ac5dfa893e73d97051
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
xml = "%s </MappedBlocksCount>\n\n" % mapped_count
# pylint: disable=C0301
- xml += " <!-- Type of checksum used in this file. -->\n"
+ xml += " <!-- Type of checksum used in this file -->\n"
xml += " <ChecksumType> %s </ChecksumType>\n\n" % self._cs_type
xml += " <!-- The checksum of this bmap file. When it is calculated, the value of\n"