aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy/servo_tidy_tests/wrong_space.rs
blob: 50ee5de75b4a8f7349196366df20996a5557c911 (plain) (blame)
1
2
3
4
5
6
7
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */

pub struct TestStruct( 
    pub testMember1: usize,
	pub testMember2: bool,
);