Skip to content

Commit d37e762

Browse files
Mark-Simulacrumjalexvig
authored andcommitted
Remove stray semicolon
This semicolon is currently silently ignored, but we may be changing that in the future.
1 parent fe1e148 commit d37e762

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ fn main() -> Result<(), Box<Error>> {
3434
)?;
3535
};
3636

37-
writeln!(&mut all_profiles, r#"];"#, )?;
37+
writeln!(&mut all_profiles, r#"]"#, )?;
3838

3939
Ok(())
40-
}
40+
}

0 commit comments

Comments
 (0)