Skip to content

Commit b176f9c

Browse files
committed
formatting
Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
1 parent 805757a commit b176f9c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

compiler/codegen/src/compile.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1791,9 +1791,7 @@ impl Compiler {
17911791
self.error_loc(CodegenErrorType::InvalidMatchCase, as_pattern.location())
17921792
);
17931793
}
1794-
return Err(
1795-
self.error_loc(CodegenErrorType::InvalidMatchCase, as_pattern.location())
1796-
);
1794+
return Err(self.error_loc(CodegenErrorType::InvalidMatchCase, as_pattern.location()));
17971795
}
17981796
// Need to make a copy for (possibly) storing later:
17991797
emit!(self, Instruction::Duplicate);

0 commit comments

Comments
 (0)