Skip to content

Commit 0f20983

Browse files
author
梶塚太智
committed
Update main.rs
1 parent e5bf1a2 commit 0f20983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ impl Executor {
169169
/// メモリを表示
170170
fn show_variables(&mut self) {
171171
self.log_print(format!(
172-
"メモリ内部の変数 {{ {} }}",
172+
"メモリ内部の変数 {{ {} }}\n",
173173
self.memory
174174
.clone()
175175
.iter()

0 commit comments

Comments
 (0)