Skip to content

Commit 3265132

Browse files
Format
1 parent cbe8a7d commit 3265132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-core/src/build/package_compiler.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ where
202202
cached_module_names,
203203
},
204204
error,
205-
)
205+
);
206206
}
207207
Outcome::TotalFailure(error) => return Outcome::TotalFailure(error),
208208
};

0 commit comments

Comments
 (0)