Fix CI error
This commit is contained in:
		@ -293,7 +293,7 @@ impl Layout {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        let views = HashMap::from_iter(
 | 
					        let views = HashMap::from_iter(
 | 
				
			||||||
            self.views.iter().map(|(name, view)| {(
 | 
					            self.views.iter().map(|(name, view)| {(
 | 
				
			||||||
                String::from(name),
 | 
					                name.clone(),
 | 
				
			||||||
                Box::new(::layout::View {
 | 
					                Box::new(::layout::View {
 | 
				
			||||||
                    bounds: ::layout::c::Bounds {
 | 
					                    bounds: ::layout::c::Bounds {
 | 
				
			||||||
                        x: self.bounds.x,
 | 
					                        x: self.bounds.x,
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user