Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit cd7e18c

Browse files
committed
rustfmt
1 parent 0ecaa15 commit cd7e18c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

liblumen_eir_interpreter/src/module.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ impl ModuleRegistry {
5656
function: Atom,
5757
arity: usize,
5858
) -> Option<ResolvedFunction> {
59-
println!("LOOKUP {:?}:{:?}/{}", module, function, arity, );
59+
println!("LOOKUP {:?}:{:?}/{}", module, function, arity,);
6060
match self.map.get(&module) {
6161
None => None,
6262
Some(ModuleType::Erlang(erl)) => erl

0 commit comments

Comments
 (0)