diff --git a/simc/simc_parser.py b/simc/simc_parser.py index 7158125..d5e24d1 100644 --- a/simc/simc_parser.py +++ b/simc/simc_parser.py @@ -1680,4 +1680,4 @@ def parse(tokens, table): error("No matching MAIN for END_MAIN", tokens[i-1].line_num + 1) # Return opcodes - return op_codes \ No newline at end of file + return op_codes