[board] Add the missing trailing } to fmt::Debug for Position
This commit is contained in:
parent
b9ba2629c4
commit
4bec1538a1
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ impl fmt::Debug for Position {
|
||||||
}
|
}
|
||||||
output.push_str(" ],\n");
|
output.push_str(" ],\n");
|
||||||
}
|
}
|
||||||
output.push_str(" ],\n");
|
output.push_str(" ],\n}");
|
||||||
|
|
||||||
write!(f, "{}", output)
|
write!(f, "{}", output)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue