Skip to content

Commit 6cd143a

Browse files
committed
fix: formatting
1 parent 2cfe8e8 commit 6cd143a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-cli/src/run.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ pub fn setup(
131131
let warning_emitter = WarningEmitter::new(Rc::new(ConsoleWarningEmitter));
132132

133133
// Warn incase the module being run has been as internal
134-
let internal_module=built.is_internal(&module.clone().into()).unwrap_or(false);
134+
let internal_module = built.is_internal(&module.clone().into()).unwrap_or(false);
135135
if internal_module {
136136
let warning = Warning::InternalMain {
137137
module: module.clone().into(),

0 commit comments

Comments
 (0)