validator: use newlines in check report #121
@ -90,17 +90,17 @@ impl CheckReport{
|
|||||||
impl std::fmt::Display for CheckReport{
|
impl std::fmt::Display for CheckReport{
|
||||||
fn fmt(&self,f:&mut std::fmt::Formatter<'_>)->std::fmt::Result{
|
fn fmt(&self,f:&mut std::fmt::Formatter<'_>)->std::fmt::Result{
|
||||||
write!(f,
|
write!(f,
|
||||||
"exactly_one_root={}\
|
"exactly_one_root={}\n
|
||||||
root_is_model={}\
|
root_is_model={}\n
|
||||||
model_name_prefix_is_valid={}\
|
model_name_prefix_is_valid={}\n
|
||||||
model_name_is_snake_case={}\
|
model_name_is_snake_case={}\n
|
||||||
has_display_name={}\
|
has_display_name={}\n
|
||||||
has_creator={}\
|
has_creator={}\n
|
||||||
display_name_is_title_case={}\
|
display_name_is_title_case={}\n
|
||||||
exactly_one_mapstart={}\
|
exactly_one_mapstart={}\n
|
||||||
at_least_one_mapfinish={}\
|
at_least_one_mapfinish={}\n
|
||||||
spawn1_exists={}\
|
spawn1_exists={}\n
|
||||||
no_duplicate_spawns={}\
|
no_duplicate_spawns={}\n
|
||||||
no_duplicate_wormhole_out={}",
|
no_duplicate_wormhole_out={}",
|
||||||
self.exactly_one_root,
|
self.exactly_one_root,
|
||||||
self.root_is_model,
|
self.root_is_model,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user