Skip to content

Commit 5f6059e

Browse files
dannasmanyouknowone
authored andcommitted
fix formatting
1 parent ba8d7b5 commit 5f6059e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vm/src/vm/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,8 @@ impl VirtualMachine {
231231
} else {
232232
"Could not import encodings. Try adding your path to Setting struct's path_list field. If you don't have \
233233
access to a consistent external environment (e.g. if you're embedding \
234-
rustpython in another application), try enabling the freeze-stdlib feature".to_owned()
234+
rustpython in another application), try enabling the freeze-stdlib feature"
235+
.to_owned()
235236
};
236237

237238
let err = self.new_runtime_error(msg);

0 commit comments

Comments
 (0)