Skip to content
Snippets Groups Projects
Commit 3999100a authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

PEP8: E241 - Fix extraneous whitespaces around keywords.

parent b89e8e18
No related branches found
No related tags found
No related merge requests found
......@@ -47,5 +47,5 @@ class LlvmBitCodeFile(File):
FILE_TYPE_RE = re.compile(r'^LLVM IR bitcode')
def compare_details(self, other, source=None):
return [Difference.from_command(LlvmBcAnalyzer, self.path, other.path),
return [Difference.from_command(LlvmBcAnalyzer, self.path, other.path),
Difference.from_command(LlvmBcDisassembler, self.path, other.path)]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment